{"id":473,"date":"2026-09-14T12:16:10","date_gmt":"2026-09-14T09:16:10","guid":{"rendered":"https:\/\/contentbyanastasiia.com\/?page_id=473"},"modified":"2026-09-23T17:18:46","modified_gmt":"2026-09-23T14:18:46","slug":"content-for-brands","status":"publish","type":"page","link":"https:\/\/contentbyanastasiia.com\/en\/content-for-brands\/","title":{"rendered":"content for brands"},"content":{"rendered":"\n<style>@import url(\"https:\/\/use.typekit.net\/zcx1chc.css\");\n@import url(\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display&family=Inter:wght@400;500;600;700&display=swap\");\n\n\/* Utilities-only Tailwind (no preflight\/reset) so imported shadcn-style\n   components can use Tailwind classes without touching any existing\n   hand-authored styles on the rest of the site. *\/\n\n\n\n@theme {\n  --color-background: #ffffff;\n  --color-foreground: #102634;\n  --color-primary: #991b1f;\n  --color-muted-foreground: #657078;\n  --color-input: rgba(16, 38, 52, 0.12);\n  --color-ring: #991b1f;\n  --color-accent: #fcfbfa;\n  --color-accent-foreground: #102634;\n  --font-serif: \"DM Serif Display\", Georgia, serif;\n  --font-sans: \"Inter\", Arial, sans-serif;\n}\n\n:root {\n  --color-primary: #991b1f;\n  --color-primary-hover: #761216;\n  --color-background: #ffffff;\n  --color-surface: #fcfbfa;\n  --color-text: #102634;\n  --color-muted: #657078;\n  --color-border: rgba(16, 38, 52, 0.12);\n  --white: #fff;\n  --serif: \"DM Serif Display\", Georgia, serif;\n  --sans: \"Inter\", Arial, sans-serif;\n  --radius: 16px;\n}\n\n* {\n  box-sizing: border-box;\n}\n\nhtml {\n  scroll-behavior: smooth;\n}\n\nbody {\n  margin: 0;\n  overflow-x: hidden;\n  background: #ffffff;\n  color: var(--color-text);\n  font-family: var(--sans);\n  -webkit-font-smoothing: antialiased;\n}\n\nbutton,\na {\n  font: inherit;\n}\n\na {\n  color: inherit;\n  text-decoration: none;\n}\n\nimg {\n  display: block;\n  max-width: 100%;\n}\n\nh1,\nh2,\nh3,\nh4,\np {\n  margin-top: 0;\n}\n\nh1,\nh2,\nh3 {\n  font-family: var(--serif);\n  font-weight: 400;\n}\n\n.container {\n  width: min(1180px, calc(100% - 40px));\n  margin: 0 auto;\n}\n\n.narrow {\n  max-width: 900px;\n}\n\n.section {\n  padding: 104px 0;\n}\n\n.brands-page {\n  --color-primary: #9a4b45;\n  --color-primary-hover: #7f3d38;\n  --color-background: #fbf7f2;\n  --color-surface: #fcf8f4;\n  --color-text: #0f2433;\n  --color-muted: rgba(15, 36, 51, 0.68);\n  --color-border: rgba(236, 231, 226, 0.96);\n  --serif: \"ivypresto-display\", serif;\n  --sans: \"calmetta\", sans-serif;\n  background: var(--color-background);\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-weight: 300;\n}\n\n.surface-section,\n.faq-section {\n  background: var(--color-surface);\n}\n\n.eyebrow {\n  margin-bottom: 14px;\n  color: var(--color-primary);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n}\n\n.site-header {\n  position: sticky;\n  z-index: 20;\n  top: 0;\n  min-height: 70px;\n  padding: 0 max(24px, calc((100vw - 1180px) \/ 2));\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 28px;\n  border-bottom: 1px solid var(--color-border);\n  background: rgba(255, 250, 246, 0.94);\n  backdrop-filter: blur(16px);\n}\n\n.site-header-nav {\n  flex: 1;\n  display: flex;\n  justify-content: center;\n  min-width: 0;\n}\n\n.slide-tabs {\n  position: relative;\n  display: flex;\n  align-items: center;\n  width: fit-content;\n  margin: 0;\n  padding: 4px;\n  border: 1px solid rgba(139, 12, 15, 0.14);\n  border-radius: 999px;\n  background: rgba(255, 250, 246, 0.94);\n  box-shadow: 0 10px 24px rgba(15, 36, 51, 0.04);\n  list-style: none;\n  overflow: hidden;\n}\n\n.slide-tabs-item {\n  position: relative;\n  z-index: 1;\n}\n\n.slide-tabs-link {\n  position: relative;\n  z-index: 1;\n  display: block;\n  padding: 10px 16px;\n  border-radius: 999px;\n  color: #4d3c38;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  white-space: nowrap;\n  transition: color 0.2s ease, transform 0.2s ease;\n}\n\n.slide-tabs-link:hover {\n  color: var(--color-primary);\n}\n\n.slide-tabs-link.is-selected {\n  color: var(--white);\n}\n\n.slide-tabs-link:focus-visible {\n  outline: 2px solid rgba(139, 12, 15, 0.22);\n  outline-offset: 2px;\n}\n\n.slide-tabs-cursor {\n  position: absolute;\n  top: 4px;\n  bottom: 4px;\n  left: 4px;\n  z-index: 0;\n  border-radius: 999px;\n  background: var(--color-primary);\n  box-shadow: 0 8px 16px rgba(139, 12, 15, 0.18);\n}\n\n.brand {\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 21px;\n  white-space: nowrap;\n}\n\n.desktop-nav {\n  display: flex;\n  align-items: center;\n  gap: 25px;\n  color: #394750;\n  font-size: 12px;\n  font-weight: 500;\n}\n\n.desktop-nav a {\n  transition: color 0.2s ease;\n}\n\n.desktop-nav a:hover {\n  color: var(--color-primary);\n}\n\n.header-actions,\n.language-switch {\n  display: flex;\n  align-items: center;\n}\n\n.header-actions {\n  gap: 14px;\n}\n\n.draft-badge {\n  padding: 7px 10px;\n  border: 1px solid var(--color-border);\n  border-radius: 999px;\n  color: var(--color-muted);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n\n.language-switch {\n  padding: 3px;\n  border: 1px solid var(--color-border);\n  border-radius: 999px;\n}\n\n.language-switch button {\n  min-width: 32px;\n  min-height: 28px;\n  padding: 0;\n  border: 0;\n  border-radius: 999px;\n  background: transparent;\n  color: var(--color-muted);\n  cursor: pointer;\n  font-size: 10px;\n  font-weight: 700;\n}\n\n.language-switch button.active {\n  background: var(--color-primary);\n  color: var(--white);\n}\n\n.hero-bento {\n  position: relative;\n  padding: 16px;\n  overflow: hidden;\n  background: var(--color-surface);\n}\n\n.hero-grid {\n  width: min(1200px, 100%);\n  height: 620px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1.05fr 0.85fr 1.35fr 0.85fr 1.05fr;\n  grid-template-rows: 180px 240px 180px;\n  gap: 8px;\n}\n\n.hero-grid img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  border-radius: 14px;\n  filter: brightness(0.68) saturate(0.92);\n}\n\n.bento-1 { grid-column: 1 \/ 2; grid-row: 1 \/ 2; }\n.bento-2 { grid-column: 2 \/ 3; grid-row: 1 \/ 3; }\n.bento-3 { grid-column: 3 \/ 4; grid-row: 1 \/ 4; }\n.bento-4 { grid-column: 4 \/ 5; grid-row: 1 \/ 2; }\n.bento-5 { grid-column: 5 \/ 6; grid-row: 1 \/ 3; }\n.bento-6 { grid-column: 1 \/ 2; grid-row: 2 \/ 4; }\n.bento-7 { grid-column: 4 \/ 5; grid-row: 2 \/ 4; }\n.bento-8 { grid-column: 2 \/ 3; grid-row: 3 \/ 4; }\n.bento-9 { grid-column: 5 \/ 6; grid-row: 3 \/ 4; }\n\n.hero-shade {\n  position: absolute;\n  inset: 16px;\n  width: min(1200px, calc(100% - 32px));\n  margin: 0 auto;\n  border-radius: 14px;\n  background: rgba(15, 20, 24, 0.3);\n}\n\n.hero-content {\n  position: absolute;\n  z-index: 2;\n  top: 50%;\n  left: 50%;\n  width: min(780px, calc(100% - 64px));\n  max-width: calc(100% - 64px);\n  min-width: 0;\n  transform: translate(-50%, -50%);\n  color: var(--white);\n  text-align: center;\n}\n\n.hero-kicker {\n  margin-bottom: 16px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n}\n\n.hero-content h1 {\n  margin-bottom: 18px;\n  color: var(--white);\n  font-size: clamp(38px, 4.4vw, 56px);\n  line-height: 1.04;\n  text-wrap: balance;\n  overflow-wrap: anywhere;\n  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.26);\n}\n\n.hero-content > p:not(.hero-kicker) {\n  max-width: 610px;\n  margin: 0 auto 26px;\n  font-size: 15px;\n  line-height: 1.6;\n}\n\n.hero-actions,\n.footer-buttons {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n\n.hero-actions {\n  justify-content: center;\n}\n\n.button {\n  min-height: 46px;\n  padding: 0 22px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border: 1px solid transparent;\n  border-radius: 999px;\n  cursor: pointer;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.075em;\n  text-transform: uppercase;\n  transition: 0.2s ease;\n}\n\n.button-light {\n  background: var(--white);\n  color: var(--color-text);\n}\n\n.button-light:hover {\n  background: var(--color-surface);\n}\n\n.button-glass {\n  border-color: rgba(255, 255, 255, 0.72);\n  background: rgba(255, 255, 255, 0.13);\n  color: var(--white);\n}\n\n.button-glass:hover {\n  background: rgba(255, 255, 255, 0.24);\n}\n\n.button-primary {\n  background: var(--color-text);\n  color: var(--white);\n}\n\n.button-primary:hover {\n  background: #263b49;\n}\n\n.button-outline {\n  border-color: var(--color-primary);\n  background: transparent;\n  color: var(--color-primary);\n}\n\n.button-outline:hover {\n  background: var(--color-primary);\n  color: var(--white);\n}\n\n.split-layout {\n  display: grid;\n  grid-template-columns: 0.9fr 1.1fr;\n  gap: 90px;\n  align-items: start;\n}\n\n.split-layout h2,\n.section-heading h2,\n.about-copy h2,\n.process-heading h2,\n.pricing-intro h2,\n.faq-section h2,\n.site-footer h2 {\n  margin-bottom: 0;\n  color: var(--color-text);\n  font-size: clamp(36px, 4vw, 50px);\n  line-height: 1.04;\n  text-wrap: balance;\n}\n\n.section-intro,\n.section-heading > p,\n.pricing-intro > p:last-child,\n.faq-intro {\n  color: var(--color-muted);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.problem-list {\n  margin: 34px 0 0;\n  padding: 0;\n  list-style: none;\n}\n\n.problem-list li {\n  padding: 17px 0 17px 26px;\n  border-top: 1px solid var(--color-border);\n  color: var(--color-text);\n  font-size: 14px;\n  position: relative;\n}\n\n.problem-list li::before {\n  position: absolute;\n  left: 0;\n  color: var(--color-primary);\n  content: \"\u2014\";\n}\n\n.about-layout {\n  display: grid;\n  grid-template-columns: 0.85fr 1.15fr;\n  gap: 80px;\n  align-items: center;\n}\n\n.about-image {\n  min-height: 620px;\n  overflow: hidden;\n  border-radius: var(--radius);\n  background: #eadfd7;\n}\n\n.about-image img {\n  width: 100%;\n  height: 100%;\n  min-height: 620px;\n  object-fit: cover;\n  object-position: center top;\n}\n\n.about-copy > p:not(.eyebrow) {\n  margin: 18px 0 0;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.results-section {\n  padding: 82px 0;\n  border-top: 1px solid var(--color-border);\n  border-bottom: 1px solid var(--color-border);\n  background: #f4eee8;\n}\n\n.results-layout {\n  display: grid;\n  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);\n  gap: 78px;\n  align-items: end;\n}\n\n.results-intro h2 {\n  max-width: 560px;\n  color: var(--color-text);\n  font-size: clamp(34px, 3.6vw, 47px);\n  line-height: 1.04;\n  text-wrap: balance;\n}\n\n.results-intro > p:last-child {\n  max-width: 520px;\n  margin: 20px 0 0;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.results-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  border-top: 1px solid rgba(15, 36, 51, 0.2);\n}\n\n.result-item {\n  min-width: 0;\n  padding: 24px 24px 4px 0;\n}\n\n.result-item + .result-item {\n  padding-left: 24px;\n  border-left: 1px solid rgba(15, 36, 51, 0.12);\n}\n\n.result-item > span {\n  display: block;\n  margin-bottom: 24px;\n  color: var(--color-primary);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n}\n\n.result-item strong {\n  display: block;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: clamp(32px, 3vw, 42px);\n  font-weight: 400;\n  line-height: 1;\n}\n\n.result-item strong > span:last-child {\n  margin-left: 0.04em;\n}\n\n.tabular-nums {\n  font-variant-numeric: tabular-nums;\n}\n\n.result-item p {\n  max-width: 18ch;\n  margin: 12px 0 0;\n  color: var(--color-muted);\n  font-size: 11px;\n  line-height: 1.55;\n}\n\n.section-heading {\n  margin-bottom: 52px;\n  display: grid;\n  grid-template-columns: 1.05fr 0.95fr;\n  gap: 70px;\n  align-items: end;\n}\n\n.section-heading > p {\n  margin-bottom: 0;\n}\n\n.value-grid,\n.process-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n}\n\n.value-card {\n  min-height: 300px;\n  padding: 28px;\n  border: 1px solid var(--color-border);\n  background: var(--white);\n}\n\n.value-card:first-child {\n  border-radius: var(--radius) 0 0 var(--radius);\n}\n\n.value-card:last-child {\n  border-radius: 0 var(--radius) var(--radius) 0;\n}\n\n.value-card + .value-card {\n  border-left: 0;\n}\n\n.value-card > span,\n.process-step > span {\n  color: var(--color-primary);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n}\n\n.value-card h3 {\n  margin: 58px 0 14px;\n  font-size: 28px;\n  line-height: 1.02;\n}\n\n.value-card p,\n.process-step p {\n  margin-bottom: 0;\n  color: var(--color-muted);\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n.process-heading {\n  margin: 100px 0 44px;\n}\n\n.process-grid {\n  gap: 28px;\n}\n\n.process-step {\n  padding-top: 22px;\n  border-top: 2px solid var(--color-primary);\n}\n\n.process-step h3 {\n  margin: 28px 0 10px;\n  font-size: 26px;\n}\n\n.portfolio-section {\n  padding-top: 58px;\n  padding-bottom: 50px;\n  background: #fcf8f4;\n}\n\n.portfolio-section .section-heading > p {\n  color: rgba(15, 36, 51, 0.78);\n  font-size: 17px;\n  font-weight: 300;\n  line-height: 1.68;\n}\n\n.portfolio-themes {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 24px;\n  margin-bottom: 40px;\n}\n\n.portfolio-theme-card {\n  position: relative;\n  min-height: 340px;\n  padding: 30px;\n  display: flex;\n  align-items: flex-end;\n  overflow: hidden;\n  border: 0;\n  border-radius: 24px;\n  background: #f4ece5;\n  box-shadow: 0 16px 38px rgba(15, 36, 51, 0.08);\n  cursor: pointer;\n  color: var(--white);\n  text-align: left;\n  isolation: isolate;\n  transition: transform 0.26s ease, box-shadow 0.26s ease;\n}\n\n.portfolio-theme-card > img,\n.portfolio-theme-overlay {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  border-radius: inherit;\n}\n\n.portfolio-theme-card > img {\n  object-fit: cover;\n  transition: transform 0.28s ease;\n}\n\n.portfolio-theme-overlay {\n  background: linear-gradient(180deg, rgba(15, 36, 51, 0.1), rgba(15, 36, 51, 0.3) 48%, rgba(15, 36, 51, 0.58));\n}\n\n.portfolio-theme-card:hover,\n.portfolio-theme-card.active {\n  transform: translateY(-3px);\n  box-shadow: 0 0 0 1px rgba(139, 12, 15, 0.28), 0 20px 44px rgba(15, 36, 51, 0.12);\n}\n\n.portfolio-theme-card:hover > img {\n  --media-scale: 1.04;\n}\n\n[data-parallax] {\n  --parallax-y: 0px;\n  --media-scale: 1;\n  transform: translate3d(0, var(--parallax-y, 0px), 0) scale(var(--media-scale, 1));\n  transform-origin: center;\n  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);\n  will-change: transform;\n  backface-visibility: hidden;\n}\n\n.portfolio-theme-content {\n  position: relative;\n  z-index: 1;\n  max-width: 30ch;\n  display: grid;\n  gap: 8px;\n}\n\n.portfolio-theme-content strong {\n  font-family: var(--serif);\n  font-size: clamp(30px, 2.2vw, 38px);\n  font-weight: 400;\n  line-height: 1.02;\n}\n\n.portfolio-theme-content span {\n  font-family: var(--sans);\n  font-weight: 300;\n  color: rgba(255, 255, 255, 0.92);\n  font-size: 15px;\n  line-height: 1.5;\n}\n\n.portfolio-results {\n  scroll-margin-top: 100px;\n}\n\n.portfolio-results-intro {\n  max-width: 760px;\n  margin-bottom: 24px;\n  display: grid;\n  gap: 10px;\n}\n\n.portfolio-results-intro > span {\n  font-family: var(--sans);\n  color: var(--color-primary);\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n}\n\n.portfolio-results-intro h3 {\n  margin: 0;\n  font-family: var(--serif);\n  font-size: clamp(28px, 2.2vw, 36px);\n  font-weight: 400;\n  line-height: 1.06;\n}\n\n.portfolio-results-intro p {\n  margin: 0;\n  color: rgba(15, 36, 51, 0.78);\n  font-family: var(--sans);\n  font-size: 17px;\n  font-weight: 300;\n  line-height: 1.68;\n}\n\n.portfolio-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 22px;\n}\n\n.portfolio-card {\n  overflow: hidden;\n  border: 1px solid var(--color-border);\n  border-radius: var(--radius);\n  background: var(--white);\n}\n\n.portfolio-media {\n  position: relative;\n  aspect-ratio: 4 \/ 5;\n  display: block;\n  overflow: hidden;\n  background: var(--color-surface);\n}\n\n.portfolio-media img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition: transform 0.35s ease;\n}\n\n.portfolio-media:hover img {\n  --media-scale: 1.035;\n}\n\n.play-button {\n  position: absolute;\n  right: 15px;\n  bottom: 15px;\n  width: 44px;\n  height: 44px;\n  display: grid;\n  place-items: center;\n  border-radius: 50%;\n  background: var(--color-primary);\n  color: var(--white);\n  font-size: 12px;\n}\n\n.portfolio-card > div {\n  padding: 20px;\n}\n\n.portfolio-card h3 {\n  margin-bottom: 6px;\n  font-size: 23px;\n  line-height: 1.05;\n}\n\n.portfolio-card p {\n  margin-bottom: 0;\n  color: var(--color-primary);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.show-more {\n  margin: 38px auto 0;\n  display: flex;\n}\n\n.pricing-section {\n  background: var(--color-surface);\n}\n\n.pricing-intro {\n  max-width: 760px;\n  margin-bottom: 48px;\n}\n\n.pricing-intro > p:last-child {\n  max-width: 650px;\n  margin: 20px 0 0;\n}\n\n.pricing-layout {\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 20px;\n  align-items: stretch;\n}\n\n.main-offer,\n.additional-options {\n  padding: 42px;\n  border-radius: var(--radius);\n}\n\n.main-offer {\n  background: var(--white);\n  box-shadow: 0 22px 60px rgba(80, 34, 35, 0.08);\n}\n\n.offer-top {\n  padding-bottom: 30px;\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  border-bottom: 1px solid var(--color-border);\n}\n\n.offer-top h3 {\n  margin: 0;\n  font-size: 46px;\n}\n\n.offer-top > strong {\n  color: var(--color-primary);\n  font-family: var(--serif);\n  font-size: 62px;\n  font-weight: 400;\n  line-height: 0.9;\n  white-space: nowrap;\n}\n\n.included-label {\n  margin: 28px 0 13px;\n  color: var(--color-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n}\n\n.main-offer ul {\n  margin: 0 0 24px;\n  padding: 0;\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 13px 22px;\n  list-style: none;\n}\n\n.main-offer li {\n  position: relative;\n  padding-left: 21px;\n  color: #3f4d55;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n.main-offer li::before {\n  position: absolute;\n  left: 0;\n  color: var(--color-primary);\n  content: \"\u2713\";\n  font-weight: 700;\n}\n\n.offer-note {\n  margin-bottom: 26px;\n  padding: 16px 18px;\n  border-left: 3px solid var(--color-primary);\n  background: rgba(139, 12, 15, 0.055);\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.6;\n}\n\n.additional-options {\n  border: 1px solid rgba(139, 12, 15, 0.16);\n  background: #fff8f5;\n}\n\n.additional-options > h3 {\n  margin-bottom: 28px;\n  font-size: 34px;\n}\n\n.additional-options article {\n  padding: 20px 0;\n  border-top: 1px solid var(--color-border);\n}\n\n.additional-options article > div {\n  display: flex;\n  justify-content: space-between;\n  gap: 18px;\n}\n\n.additional-options h4 {\n  margin: 0;\n  color: var(--color-text);\n  font-size: 14px;\n}\n\n.additional-options strong {\n  color: var(--color-primary);\n  font-size: 12px;\n  white-space: nowrap;\n}\n\n.additional-options p {\n  margin: 10px 0 0;\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.6;\n}\n\n.additional-options .button {\n  margin-top: 24px;\n}\n\n.small-print {\n  margin: 26px 0 0;\n  padding: 0;\n  columns: 2;\n  list-style: none;\n}\n\n.small-print li {\n  position: relative;\n  margin-bottom: 7px;\n  padding-left: 13px;\n  color: #707273;\n  font-size: 10px;\n  line-height: 1.5;\n}\n\n.small-print li::before {\n  position: absolute;\n  left: 0;\n  content: \"\u2022\";\n  color: var(--color-primary);\n}\n\n.service-selector {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 0 10px;\n}\n\n.service-choice {\n  display: contents;\n}\n\n.service-tab {\n  position: relative;\n  min-width: 0;\n  min-height: 74px;\n  padding: 16px 52px 16px 20px;\n  border: 1px solid var(--color-border);\n  border-radius: 16px 16px 0 0;\n  background: rgba(255, 255, 255, 0.62);\n  color: var(--color-text);\n  cursor: pointer;\n  font-family: var(--sans);\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 0.055em;\n  line-height: 1.35;\n  text-align: left;\n  text-transform: uppercase;\n  transition: color 0.24s ease, background 0.24s ease, border-color 0.24s ease;\n}\n\n.service-choice:nth-child(1) .service-tab { grid-column: 1; grid-row: 1; }\n.service-choice:nth-child(2) .service-tab { grid-column: 2; grid-row: 1; }\n\n.service-tab > span {\n  display: block;\n  margin-bottom: 5px;\n  color: var(--color-primary);\n  font-size: 10px;\n  letter-spacing: 0.16em;\n}\n\n.service-tab i {\n  position: absolute;\n  top: 50%;\n  right: 20px;\n  color: var(--color-primary);\n  font-size: 22px;\n  font-style: normal;\n  transform: translateY(-50%);\n  transition: transform 0.24s ease;\n}\n\n.service-tab:hover,\n.service-tab.active {\n  border-color: rgba(15, 36, 51, 0.28);\n  background: var(--color-text);\n  color: var(--white);\n}\n\n.service-tab.active > span,\n.service-tab.active i,\n.service-tab:hover > span,\n.service-tab:hover i {\n  color: var(--white);\n}\n\n.service-tab.active i {\n  transform: translateY(-50%) rotate(45deg);\n}\n\n.service-tab:focus-visible,\n.service-card .button:focus-visible,\n.project-form input:focus-visible,\n.project-form select:focus-visible,\n.project-form textarea:focus-visible {\n  outline: 3px solid rgba(15, 36, 51, 0.2);\n  outline-offset: 3px;\n}\n\n.service-panel {\n  grid-column: 1 \/ -1;\n  grid-row: 2;\n  padding: 28px;\n  border: 1px solid var(--color-border);\n  border-radius: 0 0 22px 22px;\n  background: rgba(255, 255, 255, 0.58);\n}\n\n.service-panel.active {\n  animation: service-panel-in 0.3s ease both;\n}\n\n@keyframes service-panel-in {\n  from { opacity: 0; transform: translateY(12px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .service-panel.active {\n    animation: none;\n  }\n}\n\n\/* Homepage hero \u2014 composition matched to the approved editorial reference. *\/\n.path-home .path-home-hero {\n  min-height: auto;\n  padding: 48px 0 72px;\n  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);\n  gap: clamp(54px, 6vw, 92px);\n  align-items: center;\n}\n\n.path-home .path-home-portrait {\n  min-height: 0;\n  padding: 0;\n  overflow: visible;\n  border: 0;\n  border-radius: 0;\n  background: transparent;\n  box-shadow: none;\n}\n\n.path-home .path-home-portrait::before {\n  display: none;\n}\n\n.path-home .path-home-portrait-frame {\n  width: 100%;\n  min-height: 0;\n  aspect-ratio: 0.94;\n  border-radius: 0;\n  background-color: transparent;\n  background-image: none;\n  background-repeat: no-repeat;\n  background-position: left bottom;\n  background-size: 200% 111%;\n}\n\n.path-home .path-home-hero-copy {\n  max-width: 610px;\n}\n\n.path-home .path-home-hero h1 {\n  max-width: none;\n  margin: 0 0 28px;\n  display: block;\n  color: var(--color-primary);\n  font-size: clamp(50px, 4.4vw, 68px);\n  line-height: 0.94;\n  letter-spacing: -0.025em;\n}\n\n.path-home .path-home-hero h1 span,\n.path-home .path-home-hero h1 strong {\n  display: block;\n  color: inherit;\n  font: inherit;\n  line-height: inherit;\n}\n\n.path-home .path-home-hero h1 strong {\n  margin-top: 6px;\n  font-size: clamp(58px, 5vw, 76px);\n  font-weight: 400;\n}\n\n.path-home .path-home-subtitle {\n  max-width: 560px;\n  margin: 0 0 13px;\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-size: clamp(18px, 1.55vw, 22px);\n  font-weight: 500;\n  line-height: 1.25;\n}\n\n.path-home .path-home-lead {\n  max-width: 540px;\n  margin: 0;\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-size: clamp(16px, 1.25vw, 19px);\n  font-weight: 300;\n  line-height: 1.45;\n}\n\n.path-home .path-home-actions {\n  margin-top: 34px;\n}\n\n@media (max-width: 980px) {\n  .path-home .path-home-hero {\n    gap: 38px;\n  }\n\n  .path-home .path-home-hero h1 {\n    font-size: clamp(42px, 5.7vw, 56px);\n  }\n\n  .path-home .path-home-hero h1 strong {\n    font-size: clamp(49px, 6.4vw, 64px);\n  }\n}\n\n@media (max-width: 680px) {\n  .path-home .path-home-hero {\n    padding: 34px 0 48px;\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n\n  .path-home .path-home-hero-copy {\n    order: 1;\n  }\n\n  .path-home .path-home-portrait {\n    order: 2;\n  }\n\n  .path-home .path-home-portrait-frame {\n    aspect-ratio: 0.94;\n  }\n\n  .path-home .path-home-hero h1 {\n    margin-bottom: 20px;\n    font-size: 42px;\n  }\n\n  .path-home .path-home-hero h1 strong {\n    font-size: 49px;\n  }\n\n  .path-home .path-home-subtitle {\n    font-size: 18px;\n  }\n\n  .path-home .path-home-lead {\n    font-size: 15px;\n  }\n\n  .path-home .path-home-actions {\n    margin-top: 24px;\n  }\n}\n\n\/* 2026 premium editorial polish: white canvas, ink typography and cherry accents. *\/\n:is(.path-home, .bestie-page, .brands-page) {\n  --color-primary: #991b1f;\n  --color-primary-hover: #761216;\n  --color-background: #ffffff;\n  --color-surface: #fcfbfa;\n  --color-text: #102634;\n  --color-muted: #657078;\n  --color-border: rgba(16, 38, 52, 0.12);\n  background: #ffffff;\n  color: var(--color-text);\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(button, a) {\n  -webkit-tap-highlight-color: transparent;\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(button, a):focus-visible {\n  outline: 2px solid rgba(153, 27, 31, 0.35);\n  outline-offset: 3px;\n}\n\n\/* Homepage *\/\n.path-home .path-home-header {\n  min-height: 68px;\n  border-bottom-color: var(--color-border);\n  background: rgba(255, 255, 255, 0.96);\n  backdrop-filter: blur(16px);\n}\n\n.path-home .path-home-hero {\n  min-height: 560px;\n  padding-top: 34px;\n  padding-bottom: 38px;\n  align-items: center;\n}\n\n.path-home .path-home-portrait-frame {\n  aspect-ratio: 0.86;\n}\n\n.path-home .path-home-portrait-frame::before {\n  bottom: 8%;\n  width: 104%;\n  background: linear-gradient(145deg, rgba(153, 27, 31, 0.12), rgba(248, 245, 243, 0.96));\n}\n\n.path-home .path-home-portrait-frame img {\n  bottom: -2%;\n  height: 140%;\n  filter: drop-shadow(0 24px 28px rgba(16, 38, 52, 0.12));\n}\n\n.path-home .path-home-hero h1 {\n  color: var(--color-primary);\n}\n\n.path-home .path-home-offers,\n.path-home .path-home-footer {\n  background: #ffffff;\n}\n\n.path-home .path-home-offers {\n  padding-top: 48px;\n  padding-bottom: 54px;\n}\n\n.path-home .path-home-card {\n  min-height: 500px;\n  border: 1px solid rgba(16, 38, 52, 0.08);\n  border-radius: 16px;\n  box-shadow: 0 14px 38px rgba(16, 38, 52, 0.075);\n}\n\n.path-home .path-home-card-copy h3 {\n  font-size: clamp(34px, 3.6vw, 50px);\n}\n\n.path-home .path-home-card-copy strong,\n.path-home .path-home-button.primary,\n.path-home .path-home-button.light,\n.path-home .path-home-book {\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.path-home .path-home-footer {\n  padding-top: 48px;\n}\n\n\/* Paris Content Bestie *\/\n.bestie-page .bestie-header {\n  min-height: 68px;\n  border-bottom: 1px solid var(--color-border);\n  background: rgba(255, 255, 255, 0.96);\n  backdrop-filter: blur(16px);\n}\n\n.bestie-page .bestie-header nav,\n.bestie-page .bestie-header nav a {\n  color: var(--color-muted);\n}\n\n.bestie-page .bestie-header nav a:hover,\n.bestie-page .bestie-header nav a:focus-visible,\n.bestie-page .bestie-nav-cta {\n  color: var(--color-primary);\n}\n\n.bestie-page .bestie-hero {\n  min-height: 620px;\n  padding-top: 42px;\n  padding-bottom: 52px;\n  gap: clamp(34px, 5vw, 64px);\n}\n\n.bestie-page .bestie-hero h1 {\n  font-size: clamp(50px, 5.5vw, 76px);\n}\n\n.bestie-page .bestie-hero-image {\n  border: 1px solid var(--color-border);\n  border-radius: 24px;\n  background: #f7f5f3;\n  box-shadow: 0 18px 50px rgba(16, 38, 52, 0.08);\n}\n\n.bestie-page .bestie-hero-image figcaption {\n  border: 1px solid rgba(255, 255, 255, 0.72);\n  border-radius: 12px;\n  background: rgba(255, 255, 255, 0.9);\n}\n\n.bestie-page .bestie-section {\n  padding-top: 52px;\n  padding-bottom: 52px;\n}\n\n.bestie-page :is(.bestie-why, .bestie-storylines, .bestie-details, .bestie-rules, .bestie-faq, .bestie-footer) {\n  background: #ffffff;\n}\n\n.bestie-page :is(.bestie-pricing, .bestie-booking, .bestie-coming-soon) {\n  background: var(--color-surface);\n}\n\n.bestie-page .bestie-section-heading {\n  margin-bottom: 28px;\n  gap: clamp(30px, 5vw, 64px);\n}\n\n.bestie-page :is(.bestie-section-heading h2, .bestie-pricing-heading h2, .bestie-details h2, .bestie-faq h2) {\n  font-size: clamp(36px, 4.2vw, 52px);\n  line-height: 1.02;\n}\n\n.bestie-page .bestie-why-grid {\n  gap: 10px;\n}\n\n.bestie-page .bestie-why-grid article {\n  min-height: 220px;\n  padding: 20px;\n  border: 1px solid var(--color-border);\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.bestie-page .bestie-why-grid article + article {\n  border-left: 1px solid var(--color-border);\n}\n\n.bestie-page .bestie-why-grid h3 {\n  margin-top: 34px;\n  font-size: 23px;\n}\n\n.bestie-page .bestie-pricing-heading {\n  margin-bottom: 34px;\n}\n\n.bestie-page .bestie-price-grid {\n  gap: 12px;\n}\n\n.bestie-page .bestie-price-grid article,\n.bestie-page .bestie-creative-terms,\n.bestie-page .bestie-rules-grid article,\n.bestie-page .bestie-booking-form,\n.bestie-page .bestie-calendar-card,\n.bestie-page .testimonial-card {\n  border-color: var(--color-border);\n  background: #ffffff;\n}\n\n.bestie-page .bestie-price-grid article {\n  padding: 22px;\n  border-radius: 14px;\n  box-shadow: 0 10px 28px rgba(16, 38, 52, 0.045);\n}\n\n.bestie-page .bestie-price-grid article.featured {\n  border-top: 3px solid var(--color-primary);\n}\n\n.bestie-page .bestie-price-top h3 {\n  font-size: 27px;\n}\n\n.bestie-page .bestie-price-top strong {\n  font-size: 38px;\n}\n\n.bestie-page .bestie-package-description {\n  min-height: 58px;\n}\n\n.bestie-page .bestie-creative-terms {\n  border-radius: 14px;\n}\n\n.bestie-page .bestie-booking > .bestie-shell {\n  padding-top: 0;\n  padding-bottom: 0;\n}\n\n.bestie-page .bestie-rules-grid {\n  gap: 10px;\n}\n\n.bestie-page .bestie-rules-grid article {\n  min-height: 146px;\n  padding: 18px;\n  border-radius: 14px;\n}\n\n.bestie-page .bestie-rules-grid h3 {\n  margin-top: 18px;\n  font-size: 20px;\n}\n\n.bestie-page .bestie-faq-layout {\n  gap: clamp(34px, 5vw, 64px);\n}\n\n.bestie-page .bestie-faq details {\n  border-color: var(--color-border);\n}\n\n.bestie-page .bestie-faq summary {\n  color: var(--color-text);\n}\n\n.bestie-page .bestie-testimonials-compact {\n  padding-top: 42px;\n  padding-bottom: 42px;\n}\n\n.bestie-page .testimonial-card {\n  border-top: 2px solid var(--color-primary);\n  box-shadow: 0 8px 22px rgba(16, 38, 52, 0.045);\n}\n\n\/* For Brands *\/\n.brands-page .site-header {\n  background: rgba(255, 255, 255, 0.96);\n}\n\n.brands-page .section {\n  padding-top: 50px;\n  padding-bottom: 50px;\n}\n\n.brands-page :is(.surface-section, .faq-section, .pricing-section, .portfolio-section, .problem-section, .results-section, .testimonials-section, .solution-section, .site-footer) {\n  background: #ffffff;\n}\n\n.brands-page .solution-section .value-card,\n.brands-page .solution-section .value-card:first-child,\n.brands-page .solution-section .value-card:last-child,\n.brands-page .solution-section .value-card + .value-card {\n  border: 1px solid var(--color-border);\n  border-top: 3px solid var(--color-primary);\n  background: var(--color-surface);\n  box-shadow: 0 8px 22px rgba(16, 38, 52, 0.04);\n}\n\n.brands-page :is(.service-card, .service-panel, .project-form, .faq-list details, .portfolio-card, .featured-case-study, .about-mini-metrics article) {\n  border-color: var(--color-border);\n  background: #ffffff;\n}\n\n.brands-page .service-panel {\n  border: 1px solid var(--color-border);\n}\n\n.brands-page .service-card,\n.brands-page .service-offers-strategy .service-card {\n  border-radius: 14px;\n  box-shadow: 0 8px 22px rgba(16, 38, 52, 0.045);\n}\n\n.brands-page :is(.button.button-primary, .service-card .button.button-primary, .service-offers-strategy .service-card .button.button-primary) {\n  border-color: var(--color-primary);\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.brands-page :is(.button.button-primary, .service-card .button.button-primary, .service-offers-strategy .service-card .button.button-primary):hover {\n  border-color: var(--color-primary-hover);\n  background: var(--color-primary-hover);\n}\n\n.brands-page .service-card-top,\n.brands-page .service-offers-strategy .service-card-top {\n  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);\n}\n\n.brands-page .service-card-top > strong,\n.brands-page .service-offers-strategy .service-card-top > strong {\n  min-width: 0;\n  max-width: 14ch;\n  white-space: normal;\n  text-wrap: balance;\n}\n\n.brands-page .results-section {\n  background: #ffffff;\n}\n\n.brands-page .result-item,\n.brands-page .result-item + .result-item {\n  border-color: #102634;\n  background: #102634;\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-hero {\n    min-height: auto;\n    padding-top: 28px;\n    padding-bottom: 40px;\n  }\n\n  .path-home .path-home-portrait-frame {\n    aspect-ratio: 0.92;\n  }\n\n  .path-home .path-home-portrait-frame img {\n    height: 132%;\n  }\n\n  .path-home .path-home-card {\n    min-height: 420px;\n  }\n\n  .bestie-page .bestie-hero {\n    padding-top: 34px;\n    padding-bottom: 40px;\n  }\n\n  .bestie-page .bestie-hero-image {\n    border-radius: 20px;\n  }\n\n  .bestie-page .bestie-section,\n  .brands-page .section {\n    padding-top: 42px;\n    padding-bottom: 42px;\n  }\n\n  .bestie-page .bestie-why-grid article {\n    min-height: 0;\n  }\n\n  .brands-page .service-card-top,\n  .brands-page .service-offers-strategy .service-card-top {\n    min-height: 0;\n    padding-bottom: 15px;\n    display: flex;\n    flex-direction: column;\n    align-items: stretch;\n    gap: 12px;\n  }\n\n  .brands-page .service-card-top > div,\n  .brands-page .service-offers-strategy .service-card-top > div {\n    min-width: 0;\n  }\n\n  .brands-page .service-card-top .service-label,\n  .brands-page .service-offers-strategy .service-card-top .service-label {\n    max-width: 22ch;\n    margin: 0 0 10px;\n    display: block;\n    line-height: 1.35;\n  }\n\n  .brands-page .service-card-top h3,\n  .brands-page .service-offers-strategy .service-card-top h3 {\n    margin: 0;\n    font-size: 28px;\n    line-height: 1.02;\n    text-wrap: balance;\n  }\n\n  .brands-page .service-card-top > strong,\n  .brands-page .service-offers-strategy .service-card-top > strong {\n    max-width: none;\n    margin: 0;\n    display: block;\n    font-size: 25px;\n    line-height: 1.1;\n    text-align: left;\n    white-space: normal;\n  }\n}\n\n\/* Tourist hero: editorial two-image collage adapted from the supplied reference. *\/\n.bestie-page .bestie-hero-collage-layout {\n  position: relative;\n  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);\n  gap: clamp(42px, 6vw, 78px);\n  min-height: 650px;\n  padding-top: 46px;\n  padding-bottom: 58px;\n  isolation: isolate;\n}\n\n.bestie-page .bestie-hero-collage-layout::before {\n  content: \"\";\n  position: absolute;\n  z-index: -1;\n  right: -9%;\n  top: 4%;\n  width: min(620px, 52vw);\n  aspect-ratio: 1;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(153, 27, 31, 0.12) 0%, rgba(248, 245, 243, 0.7) 48%, transparent 72%);\n  filter: blur(8px);\n  pointer-events: none;\n}\n\n.bestie-page .bestie-hero-collage-layout .bestie-hero-copy {\n  position: relative;\n  z-index: 2;\n  max-width: 560px;\n}\n\n.bestie-page .bestie-hero-collage-layout h1 {\n  max-width: 9.4ch;\n  margin-bottom: 18px;\n  font-size: clamp(52px, 5.2vw, 74px);\n  line-height: 0.96;\n}\n\n.bestie-page .bestie-hero-collage-layout .bestie-hero-lead {\n  margin-bottom: 9px;\n  color: var(--color-primary);\n  font-size: clamp(20px, 2vw, 25px);\n}\n\n.bestie-page .bestie-hero-collage-layout .bestie-hero-text {\n  max-width: 52ch;\n  margin-bottom: 20px;\n  font-size: 14px;\n  line-height: 1.65;\n}\n\n.bestie-page .bestie-hero-collage-layout .bestie-actions {\n  margin-top: 24px;\n}\n\n.bestie-page .bestie-hero-collage {\n  position: relative;\n  min-height: 560px;\n  align-self: stretch;\n}\n\n.bestie-page .bestie-hero-collage::before,\n.bestie-page .bestie-hero-collage::after {\n  content: \"\";\n  position: absolute;\n  border: 1px solid rgba(153, 27, 31, 0.22);\n  border-radius: 999px;\n  pointer-events: none;\n}\n\n.bestie-page .bestie-hero-collage::before {\n  width: 76px;\n  height: 76px;\n  right: 0;\n  top: 20px;\n}\n\n.bestie-page .bestie-hero-collage::after {\n  width: 42px;\n  height: 42px;\n  left: 3%;\n  bottom: 4%;\n  background: rgba(153, 27, 31, 0.06);\n}\n\n.bestie-page .bestie-hero-collage figure {\n  margin: 0;\n  overflow: hidden;\n  border: 7px solid #ffffff;\n  background: #f7f3f0;\n  box-shadow: 0 22px 54px rgba(16, 38, 52, 0.12);\n}\n\n.bestie-page .bestie-hero-collage img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.bestie-page .bestie-hero-collage:hover img {\n  transform: scale(1.025);\n}\n\n.bestie-page .bestie-hero-primary-visual {\n  position: absolute;\n  inset: 0 0 42px 17%;\n  border-radius: 88px 22px 88px 22px;\n  transform: rotate(1.25deg);\n}\n\n.bestie-page .bestie-hero-primary-visual img {\n  object-position: center 55%;\n}\n\n.bestie-page .bestie-hero-primary-visual figcaption {\n  position: absolute;\n  right: 18px;\n  top: 18px;\n  padding: 11px 14px;\n  display: flex;\n  align-items: baseline;\n  gap: 12px;\n  border-radius: 999px;\n  background: rgba(255, 255, 255, 0.9);\n  backdrop-filter: blur(12px);\n}\n\n.bestie-page .bestie-hero-primary-visual figcaption span {\n  color: var(--color-primary);\n  font-family: var(--serif);\n  font-size: 20px;\n  line-height: 1;\n}\n\n.bestie-page .bestie-hero-primary-visual figcaption small {\n  color: var(--color-muted);\n  font-size: 8px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n}\n\n.bestie-page .bestie-hero-secondary-visual {\n  position: absolute;\n  z-index: 2;\n  left: 0;\n  bottom: 0;\n  width: 45%;\n  aspect-ratio: 0.82;\n  border-radius: 20px 62px 20px 62px;\n  transform: rotate(-2.2deg);\n}\n\n.bestie-page .bestie-hero-secondary-visual img {\n  object-position: 52% center;\n}\n\n.bestie-page .bestie-hero-collage-note {\n  position: absolute;\n  z-index: 3;\n  right: 2%;\n  bottom: 3px;\n  max-width: 230px;\n  padding: 11px 15px;\n  border: 1px solid rgba(153, 27, 31, 0.18);\n  border-radius: 999px;\n  background: #ffffff;\n  color: var(--color-primary);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-align: center;\n  text-transform: uppercase;\n  box-shadow: 0 10px 30px rgba(16, 38, 52, 0.07);\n}\n\n@media (max-width: 980px) {\n  .bestie-page .bestie-hero-collage-layout {\n    grid-template-columns: 1fr;\n    min-height: auto;\n  }\n\n  .bestie-page .bestie-hero-collage-layout .bestie-hero-copy {\n    max-width: 680px;\n  }\n\n  .bestie-page .bestie-hero-collage-layout h1 {\n    max-width: 12ch;\n  }\n\n  .bestie-page .bestie-hero-collage {\n    min-height: 620px;\n    width: min(640px, 100%);\n    margin-inline: auto;\n  }\n}\n\n@media (max-width: 680px) {\n  .bestie-page .bestie-hero-collage-layout {\n    gap: 28px;\n    padding-top: 30px;\n    padding-bottom: 38px;\n  }\n\n  .bestie-page .bestie-hero-collage-layout h1 {\n    max-width: 9.5ch;\n    margin-bottom: 14px;\n    font-size: clamp(42px, 13vw, 54px);\n  }\n\n  .bestie-page .bestie-hero-collage-layout .bestie-hero-lead {\n    font-size: 20px;\n  }\n\n  .bestie-page .bestie-hero-collage-layout .bestie-hero-text {\n    font-size: 13px;\n  }\n\n  .bestie-page .bestie-hero-collage-layout .bestie-facts {\n    gap: 6px;\n  }\n\n  .bestie-page .bestie-hero-collage-layout .bestie-facts span {\n    padding: 7px 10px;\n    font-size: 8px;\n  }\n\n  .bestie-page .bestie-hero-collage-layout .bestie-actions {\n    margin-top: 18px;\n  }\n\n  .bestie-page .bestie-hero-collage {\n    min-height: 450px;\n  }\n\n  .bestie-page .bestie-hero-primary-visual {\n    inset: 0 0 34px 12%;\n    border-radius: 54px 16px 54px 16px;\n  }\n\n  .bestie-page .bestie-hero-primary-visual figcaption {\n    right: 10px;\n    top: 10px;\n    padding: 9px 11px;\n  }\n\n  .bestie-page .bestie-hero-primary-visual figcaption span {\n    font-size: 17px;\n  }\n\n  .bestie-page .bestie-hero-primary-visual figcaption small {\n    display: none;\n  }\n\n  .bestie-page .bestie-hero-secondary-visual {\n    width: 43%;\n    border-radius: 16px 44px 16px 44px;\n  }\n\n  .bestie-page .bestie-hero-collage-note {\n    right: 0;\n    bottom: 0;\n    max-width: 180px;\n    padding: 9px 12px;\n    font-size: 8px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .bestie-page .bestie-hero-collage img {\n    transition: none;\n  }\n}\n\n\/* Responsive proportion system: consistent rhythm across Home, B2C and B2B. *\/\n:is(.path-home-shell, .bestie-shell, .brands-page .container) {\n  width: min(1180px, calc(100% - 48px));\n  margin-inline: auto;\n}\n\n:is(.path-home-heading, .bestie-section-heading, .brands-page .section-heading, .brands-page .pricing-intro) {\n  align-items: end;\n}\n\n:is(.path-home-heading, .bestie-section-heading, .brands-page .section-heading) > p,\n.brands-page .pricing-intro > p:last-child {\n  max-width: 54ch;\n}\n\n:is(.path-home-card, .bestie-price-grid article, .bestie-rules-grid article, .brands-page .service-card) {\n  overflow: hidden;\n}\n\n.path-home .path-home-grid,\n.bestie-page .bestie-price-grid,\n.bestie-page .bestie-rules-grid,\n.brands-page .service-offers,\n.brands-page .service-offers-strategy,\n.brands-page .results-grid,\n.brands-page .value-grid {\n  align-items: stretch;\n}\n\n.bestie-page .bestie-booking-layout {\n  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);\n}\n\n.bestie-page .bestie-booking-calendar-wrap,\n.bestie-page .bestie-booking-form,\n.bestie-page .bestie-calendar-card {\n  min-width: 0;\n}\n\n@media (min-width: 761px) and (max-width: 1080px) {\n  :is(.path-home-shell, .bestie-shell, .brands-page .container) {\n    width: min(100% - 40px, 920px);\n  }\n\n  .path-home .path-home-hero {\n    min-height: auto;\n    grid-template-columns: minmax(150px, 0.62fr) minmax(270px, 1fr) minmax(230px, 0.86fr);\n    gap: 18px;\n  }\n\n  .path-home .path-home-hero h1 {\n    font-size: clamp(44px, 6vw, 62px);\n  }\n\n  .path-home .path-home-hero h1 strong {\n    font-size: clamp(51px, 7vw, 70px);\n  }\n\n  .path-home .path-home-card {\n    min-height: 450px;\n  }\n\n  .bestie-page .bestie-hero {\n    min-height: auto;\n    gap: 32px;\n  }\n\n  .bestie-page .bestie-hero h1 {\n    font-size: clamp(45px, 6vw, 62px);\n  }\n\n  .bestie-page .bestie-price-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .bestie-page .bestie-price-grid article:last-child {\n    grid-column: 1 \/ -1;\n    width: min(100%, 520px);\n    justify-self: center;\n  }\n\n  .bestie-page .bestie-booking-layout {\n    grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.72fr);\n    gap: 24px;\n  }\n\n  .brands-page .service-offers-strategy {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .brands-page .service-offers-strategy .service-card:last-child {\n    grid-column: 1 \/ -1;\n    width: min(100%, 560px);\n    justify-self: center;\n  }\n\n  .brands-page .featured-case-study,\n  .brands-page :is(.split-layout, .about-layout, .results-layout, .footer-layout) {\n    gap: 30px;\n  }\n}\n\n@media (max-width: 760px) {\n  :is(.path-home-shell, .bestie-shell, .brands-page .container) {\n    width: calc(100% - 32px);\n  }\n\n  :is(.path-home-heading, .bestie-section-heading, .brands-page .section-heading, .brands-page .pricing-intro) {\n    margin-bottom: 22px;\n    display: grid;\n    grid-template-columns: 1fr;\n    align-items: start;\n    gap: 12px;\n  }\n\n  :is(.path-home-heading h2, .path-home-footer h2, .bestie-page .bestie-section-heading h2, .bestie-page .bestie-pricing-heading h2, .brands-page .section h2, .brands-page .pricing-intro h2) {\n    font-size: clamp(34px, 10.5vw, 44px);\n    line-height: 1.02;\n    text-wrap: balance;\n  }\n\n  .path-home .path-home-card {\n    min-height: 390px;\n  }\n\n  .path-home .path-home-card-copy {\n    padding: 20px;\n  }\n\n  .path-home .path-home-card-copy h3 {\n    font-size: clamp(31px, 9vw, 40px);\n  }\n\n  .bestie-page .bestie-hero {\n    min-height: auto;\n    gap: 24px;\n  }\n\n  .bestie-page .bestie-hero h1 {\n    font-size: clamp(40px, 12vw, 52px);\n  }\n\n  .bestie-page .bestie-price-grid,\n  .bestie-page .bestie-rules-grid,\n  .brands-page .service-offers,\n  .brands-page .service-offers-content,\n  .brands-page .service-offers-strategy {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-page .bestie-price-grid article,\n  .bestie-page .bestie-rules-grid article,\n  .brands-page .service-card,\n  .brands-page .service-offers-strategy .service-card {\n    width: 100%;\n    min-height: 0;\n    padding: 18px;\n  }\n\n  .bestie-page .bestie-package-description {\n    min-height: 0;\n  }\n\n  .bestie-page .bestie-booking-layout {\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .bestie-page .bestie-booking-rules {\n    padding: 18px;\n  }\n\n  .brands-page .service-panel,\n  .brands-page .project-form {\n    padding: 16px;\n  }\n\n  .brands-page .portfolio-themes,\n  .brands-page .portfolio-grid,\n  .brands-page .results-grid,\n  .brands-page .value-grid,\n  .brands-page .about-mini-metrics,\n  .brands-page .featured-case-metrics {\n    grid-template-columns: 1fr;\n  }\n\n  .brands-page .portfolio-theme-card {\n    min-height: 168px;\n  }\n\n  .brands-page .featured-case-study {\n    grid-template-columns: 1fr;\n  }\n\n  .brands-page .featured-case-cover {\n    min-height: 250px;\n  }\n\n  .brands-page .featured-case-copy {\n    padding: 20px;\n  }\n\n  .brands-page .form-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .brands-page .form-grid .form-wide {\n    grid-column: auto;\n  }\n}\n\n@media (max-width: 420px) {\n  :is(.path-home-shell, .bestie-shell, .brands-page .container) {\n    width: calc(100% - 24px);\n  }\n\n  .path-home .path-home-card {\n    min-height: 360px;\n  }\n\n  .bestie-page .bestie-section,\n  .brands-page .section {\n    padding-top: 36px;\n    padding-bottom: 36px;\n  }\n\n  .bestie-page .bestie-price-top {\n    gap: 10px;\n  }\n\n  .bestie-page .bestie-price-top strong {\n    font-size: 32px;\n  }\n\n  .brands-page .service-tab {\n    min-height: 54px;\n  }\n}\n\n\/* Compact story selector: one clear intro, then locations without a large dead zone. *\/\n.bestie-page .bestie-storylines {\n  padding-top: 44px;\n  padding-bottom: 44px;\n}\n\n.bestie-page .bestie-storylines-intro {\n  display: grid;\n  grid-template-columns: minmax(0, 650px) minmax(260px, 390px);\n  justify-content: space-between;\n  align-items: end;\n  gap: 36px;\n  max-width: 1180px;\n  margin: 0 0 26px;\n}\n\n.bestie-page .bestie-storylines-intro h2 {\n  max-width: 13ch;\n  font-size: clamp(44px, 4.6vw, 68px);\n  line-height: 0.98;\n}\n\n.bestie-page .bestie-storylines-intro > p {\n  max-width: 390px;\n  margin: 0 0 5px;\n  font-size: clamp(17px, 1.25vw, 20px);\n  line-height: 1.55;\n}\n\n.bestie-page .bestie-storylines .bestie-stories-carousel {\n  margin-top: 0;\n}\n\n.bestie-page .bestie-storylines .bestie-location-heading {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  margin: 0 0 16px;\n}\n\n.bestie-page .bestie-storylines .bestie-location-heading > p {\n  margin: 0;\n  color: var(--bestie-muted);\n  font-size: 15px;\n  line-height: 1.4;\n}\n\n@media (max-width: 760px) {\n  .bestie-page .bestie-storylines {\n    padding-top: 36px;\n    padding-bottom: 36px;\n  }\n\n  .bestie-page .bestie-storylines-intro {\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-bottom: 22px;\n  }\n\n  .bestie-page .bestie-storylines-intro h2 {\n    max-width: 12ch;\n    font-size: clamp(39px, 12vw, 52px);\n  }\n\n  .bestie-page .bestie-storylines-intro > p {\n    max-width: 34ch;\n    font-size: 16px;\n  }\n\n  .bestie-page .bestie-storylines .bestie-location-heading {\n    align-items: flex-start;\n    flex-direction: column;\n    gap: 5px;\n    margin-bottom: 12px;\n  }\n}\n\n\/* Final editorial taste pass: one visual system across home, B2C and B2B. *\/\n:is(.path-home, .bestie-page, .brands-page) {\n  --taste-ink: #102634;\n  --taste-red: #991b1f;\n  --taste-red-dark: #761216;\n  --taste-muted: #657078;\n  --taste-line: rgba(16, 38, 52, 0.12);\n  --taste-soft: #fbfaf9;\n  background: #ffffff;\n  color: var(--taste-ink);\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(button, a) {\n  -webkit-tap-highlight-color: transparent;\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(.path-home-button, .bestie-button, .button) {\n  min-height: 46px;\n  border-radius: 999px;\n  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(.path-home-button.primary, .bestie-button-primary, .button-primary, .button-light) {\n  border-color: var(--taste-red);\n  background: var(--taste-red);\n  color: #ffffff;\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(.path-home-button.primary, .bestie-button-primary, .button-primary, .button-light):hover {\n  border-color: var(--taste-red-dark);\n  background: var(--taste-red-dark);\n  transform: translateY(-2px);\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(.path-home-button.secondary, .path-home-button.ghost, .bestie-button-outline, .button-outline) {\n  border-color: var(--taste-red);\n  background: transparent;\n  color: var(--taste-red);\n}\n\n:is(.path-home, .bestie-page, .brands-page) :is(.path-home-button.secondary, .path-home-button.ghost, .bestie-button-outline, .button-outline):hover {\n  background: rgba(153, 27, 31, 0.06);\n  transform: translateY(-2px);\n}\n\n.path-home .path-home-header,\n.bestie-page .bestie-header,\n.brands-page .site-header {\n  min-height: 68px;\n  border-color: var(--taste-line);\n  background: rgba(255, 255, 255, 0.97);\n  box-shadow: none;\n}\n\n.path-home .path-home-header {\n  width: min(1320px, calc(100% - 40px));\n  margin-top: 12px;\n  padding: 7px 10px 7px 22px;\n  border-radius: 18px;\n}\n\n.path-home .path-home-book {\n  min-height: 44px;\n  border-radius: 999px;\n  background: var(--taste-red);\n}\n\n.path-home .path-home-image-label,\n.bestie-page .bestie-hero-collage-note,\n.brands-page .b2b-video-hero-scroll {\n  display: none !important;\n}\n\n.path-home .path-home-hero {\n  width: min(1320px, calc(100% - 48px));\n  min-height: 590px;\n  padding: 38px 0 52px;\n  gap: clamp(32px, 4vw, 58px);\n}\n\n.path-home .path-home-portrait {\n  min-height: 520px;\n  max-height: 650px;\n  border-radius: 18px;\n  box-shadow: none;\n}\n\n.path-home .path-home-portrait-frame {\n  min-height: 484px;\n  border-radius: 14px;\n}\n\n.path-home .path-home-hero h1 {\n  max-width: 13ch;\n  margin-bottom: 14px;\n  gap: 2px;\n  font-size: clamp(48px, 4.6vw, 70px);\n  line-height: 0.96;\n}\n\n.path-home .path-home-hero h1 span {\n  font-size: clamp(42px, 4vw, 60px);\n  line-height: 0.98;\n}\n\n.path-home .path-home-hero h1 strong {\n  font-size: clamp(54px, 5vw, 76px);\n  line-height: 0.92;\n}\n\n.path-home .path-home-subtitle {\n  max-width: 28ch;\n  font-size: clamp(19px, 1.7vw, 23px);\n}\n\n.path-home .path-home-lead,\n.path-home .path-home-body {\n  max-width: 56ch;\n}\n\n.path-home .path-home-badges {\n  margin-bottom: 20px;\n}\n\n.path-home .path-home-offers {\n  padding: 64px 0;\n  background: #ffffff;\n}\n\n.path-home .path-home-heading {\n  display: block;\n  max-width: 760px;\n  margin-bottom: 28px;\n}\n\n.path-home .path-home-heading h2,\n.path-home .path-home-footer h2 {\n  max-width: 15ch;\n  font-size: clamp(40px, 4vw, 56px);\n}\n\n.path-home .path-home-heading > p {\n  max-width: 58ch;\n  margin-top: 12px;\n}\n\n.path-home .path-home-grid {\n  gap: 16px;\n}\n\n.path-home .path-home-card {\n  min-height: 500px;\n  border-radius: 18px;\n}\n\n.path-home .path-home-card-shade {\n  background: linear-gradient(180deg, rgba(10, 15, 18, 0.04) 28%, rgba(10, 15, 18, 0.82) 100%);\n}\n\n.path-home .path-home-card-copy h3 {\n  max-width: 17ch;\n  font-size: clamp(34px, 3.2vw, 46px);\n}\n\n.path-home .path-home-card-copy p {\n  max-width: 54ch;\n}\n\n.path-home .path-home-footer {\n  padding: 52px 0 22px;\n  background: var(--taste-soft);\n}\n\n.path-home .path-home-footer h2 {\n  margin-inline: auto;\n}\n\n.bestie-page .bestie-header,\n.bestie-page .bestie-hero,\n.bestie-page .bestie-shell {\n  width: min(1180px, calc(100% - 48px));\n}\n\n.bestie-page .bestie-hero {\n  min-height: 560px;\n  padding-top: 34px;\n  padding-bottom: 48px;\n  gap: clamp(30px, 4vw, 54px);\n}\n\n.bestie-page .bestie-hero h1 {\n  max-width: 11ch;\n  font-size: clamp(50px, 5vw, 68px);\n  line-height: 0.96;\n}\n\n.bestie-page .bestie-hero-lead {\n  max-width: 29ch;\n  font-size: clamp(20px, 1.8vw, 24px);\n}\n\n.bestie-page .bestie-hero-text {\n  max-width: 56ch;\n}\n\n.bestie-page .bestie-facts {\n  gap: 0;\n}\n\n.bestie-page .bestie-facts span {\n  padding: 0 12px;\n  border: 0;\n  border-right: 1px solid var(--taste-line);\n  border-radius: 0;\n}\n\n.bestie-page .bestie-facts span:first-child {\n  padding-left: 0;\n}\n\n.bestie-page .bestie-facts span:last-child {\n  border-right: 0;\n}\n\n.bestie-page :is(.bestie-hero-image, .bestie-hero-collage, .bestie-story-card, .bestie-price-grid article, .bestie-creator-offer, .bestie-premium-card, .bestie-booking-rules, .bestie-booking-form, .testimonial-card) {\n  border-radius: 18px;\n  box-shadow: none;\n}\n\n.bestie-page .bestie-section {\n  padding-block: 56px;\n}\n\n.bestie-page :is(.bestie-section-heading, .bestie-pricing-heading, .bestie-storylines-intro) {\n  display: block !important;\n  max-width: 780px;\n  margin-bottom: 28px;\n}\n\n.bestie-page :is(.bestie-section-heading, .bestie-pricing-heading, .bestie-storylines-intro) > p:last-child {\n  max-width: 58ch;\n  margin-top: 12px;\n  justify-self: start;\n}\n\n.bestie-page .bestie-storylines {\n  padding-top: 44px;\n  padding-bottom: 44px;\n}\n\n.bestie-page .bestie-storylines .bestie-storylines-intro h2 {\n  max-width: 16ch;\n  font-size: clamp(40px, 4vw, 54px);\n}\n\n.bestie-page .bestie-location-heading {\n  align-items: flex-start;\n  justify-content: flex-start;\n  flex-direction: column;\n  gap: 6px;\n}\n\n.bestie-page .bestie-location-heading > strong {\n  max-width: 18ch;\n  font-size: clamp(28px, 2.8vw, 40px);\n  text-align: left;\n}\n\n.bestie-page .bestie-location-cards button {\n  min-height: 224px;\n  aspect-ratio: 4 \/ 3;\n  border-radius: 16px;\n}\n\n.bestie-page .bestie-location-copy {\n  inset: auto 15px 15px;\n}\n\n.bestie-page .bestie-location-copy strong {\n  font-size: clamp(22px, 2vw, 30px);\n}\n\n.bestie-page .bestie-location-copy em {\n  display: -webkit-box;\n  overflow: hidden;\n  -webkit-box-orient: vertical;\n  -webkit-line-clamp: 2;\n}\n\n.bestie-page .bestie-stories-carousel {\n  margin-top: 28px;\n}\n\n.bestie-page .bestie-price-grid article,\n.bestie-page :is(.bestie-creator-offer, .bestie-premium-card) {\n  padding: 22px;\n}\n\n.bestie-page .bestie-price-top strong {\n  font-size: clamp(34px, 3vw, 44px);\n}\n\n.bestie-page .bestie-rules-grid article,\n.bestie-page .bestie-why-grid article {\n  min-height: auto;\n  padding: 22px;\n}\n\n.bestie-page .bestie-faq-layout {\n  gap: 34px;\n}\n\n.bestie-page .bestie-faq details summary {\n  min-height: 64px;\n  padding-block: 16px;\n  font-size: clamp(20px, 2vw, 27px);\n}\n\n.bestie-page .bestie-testimonials-compact .testimonial-card {\n  padding: 20px;\n}\n\n.bestie-page .bestie-testimonials-compact .testimonial-card p {\n  display: -webkit-box;\n  overflow: hidden;\n  -webkit-box-orient: vertical;\n  -webkit-line-clamp: 4;\n}\n\n.brands-page .b2b-video-hero {\n  width: min(1320px, calc(100% - 48px));\n  min-height: 600px;\n  max-height: 700px;\n  margin-top: 20px;\n  border-radius: 18px;\n  box-shadow: none;\n}\n\n.brands-page .b2b-video-hero-content {\n  width: min(1180px, calc(100% - 64px));\n  padding: 90px 0 76px;\n}\n\n.brands-page .b2b-video-hero-content h1 {\n  max-width: 14ch;\n  font-size: clamp(54px, 5.5vw, 78px);\n  line-height: 0.96;\n}\n\n.brands-page .b2b-video-hero-content > p:not(.hero-kicker) {\n  max-width: 58ch;\n  margin-bottom: 26px;\n  font-size: clamp(15px, 1.2vw, 17px);\n}\n\n.brands-page .section {\n  padding-block: 58px;\n}\n\n.brands-page :is(.surface-section, .faq-section, .pricing-section, .portfolio-section, .problem-section, .results-section, .testimonials-section, .solution-section, .site-footer) {\n  background: #ffffff;\n}\n\n.brands-page :is(.split-layout, .section-heading, .pricing-intro) {\n  display: block;\n  max-width: 780px;\n}\n\n.brands-page :is(.split-layout, .section-heading, .pricing-intro) > p {\n  max-width: 58ch;\n  margin-top: 14px;\n}\n\n.brands-page :is(.service-card, .portfolio-theme-card, .portfolio-card, .testimonial-card, .contact-form) {\n  border-radius: 18px;\n  box-shadow: none;\n}\n\n.brands-page .portfolio-theme-card {\n  min-height: 190px;\n  padding: 18px;\n}\n\n.brands-page .portfolio-theme-content strong {\n  font-size: clamp(22px, 1.6vw, 28px);\n}\n\n.brands-page .service-card {\n  padding: 22px;\n}\n\n.brands-page .service-card-top {\n  gap: 16px;\n}\n\n.brands-page .service-card-top h3 {\n  max-width: 14ch;\n  font-size: clamp(32px, 3vw, 44px);\n}\n\n.brands-page .service-card-price {\n  color: var(--taste-red);\n  font-size: clamp(26px, 2.7vw, 38px);\n  line-height: 1;\n}\n\n.brands-page .testimonial-card p {\n  display: -webkit-box;\n  overflow: hidden;\n  -webkit-box-orient: vertical;\n  -webkit-line-clamp: 4;\n}\n\n@media (min-width: 1101px) {\n  .path-home .path-home-hero {\n    grid-template-columns: minmax(220px, 0.78fr) minmax(350px, 0.95fr) minmax(390px, 1.12fr);\n    align-items: center;\n  }\n\n  .path-home .path-home-hero-intro {\n    max-width: 310px;\n  }\n\n  .path-home .path-home-portrait-frame {\n    aspect-ratio: 0.83;\n  }\n}\n\n@media (min-width: 761px) and (max-width: 1100px) {\n  .path-home .path-home-header {\n    grid-template-columns: minmax(180px, 1fr) auto;\n  }\n\n  .path-home .path-home-nav {\n    grid-column: 1 \/ -1;\n    grid-row: 2;\n    justify-content: flex-start;\n    overflow-x: auto;\n    padding: 4px 0 2px;\n  }\n\n  .path-home .path-home-hero {\n    min-height: auto;\n    padding: 38px 0 46px;\n    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);\n    gap: 24px 34px;\n  }\n\n  .path-home .path-home-portrait {\n    min-height: 500px;\n  }\n\n  .path-home .path-home-portrait-frame {\n    min-height: 464px;\n  }\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-header,\n  .bestie-page .bestie-header,\n  .brands-page .site-header {\n    width: calc(100% - 24px);\n  }\n\n  .path-home .path-home-header {\n    margin-top: 8px;\n    padding: 9px 12px;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 8px 12px;\n  }\n\n  .path-home .path-home-brand {\n    font-size: 21px;\n  }\n\n  .path-home .path-home-nav {\n    grid-column: 1 \/ -1;\n    grid-row: 2;\n    justify-content: flex-start;\n    gap: 18px;\n    overflow-x: auto;\n    padding: 4px 1px 1px;\n    scrollbar-width: none;\n  }\n\n  .path-home .path-home-nav::-webkit-scrollbar {\n    display: none;\n  }\n\n  .path-home .path-home-book,\n  .path-home .path-home-header-actions > span {\n    display: none;\n  }\n\n  .path-home .path-home-hero {\n    width: calc(100% - 32px);\n    min-height: auto;\n    padding: 30px 0 40px;\n    gap: 20px;\n  }\n\n  .path-home .path-home-hero-copy {\n    order: 1;\n  }\n\n  .path-home .path-home-hero-intro {\n    order: 2;\n  }\n\n  .path-home .path-home-portrait {\n    order: 3;\n    min-height: 430px;\n    max-height: 520px;\n    padding: 12px;\n  }\n\n  .path-home .path-home-portrait-frame {\n    min-height: 406px;\n  }\n\n  .path-home .path-home-hero h1,\n  .path-home .path-home-hero h1 span,\n  .path-home .path-home-hero h1 strong {\n    max-width: 10ch;\n    font-size: clamp(42px, 12vw, 54px);\n    line-height: 0.98;\n  }\n\n  .path-home .path-home-subtitle {\n    font-size: 19px;\n  }\n\n  .path-home .path-home-badges {\n    display: none;\n  }\n\n  .path-home .path-home-actions {\n    display: grid;\n  }\n\n  .path-home .path-home-offers {\n    padding: 44px 0;\n  }\n\n  .path-home .path-home-heading h2,\n  .path-home .path-home-footer h2 {\n    font-size: 38px;\n  }\n\n  .path-home .path-home-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .path-home .path-home-card {\n    min-height: 420px;\n  }\n\n  .path-home .path-home-card-copy {\n    inset: auto 18px 18px;\n  }\n\n  .path-home .path-home-card-copy h3 {\n    font-size: 36px;\n  }\n\n  .path-home .path-home-footer {\n    padding-top: 42px;\n  }\n\n  .bestie-page .bestie-header,\n  .bestie-page .bestie-hero,\n  .bestie-page .bestie-shell {\n    width: calc(100% - 32px);\n  }\n\n  .bestie-page .bestie-hero {\n    min-height: auto;\n    padding: 28px 0 40px;\n    gap: 26px;\n  }\n\n  .bestie-page .bestie-hero h1 {\n    font-size: clamp(42px, 12vw, 54px);\n  }\n\n  .bestie-page .bestie-facts {\n    row-gap: 8px;\n  }\n\n  .bestie-page .bestie-facts span {\n    padding-inline: 9px;\n  }\n\n  .bestie-page .bestie-section {\n    padding-block: 42px;\n  }\n\n  .bestie-page .bestie-storylines {\n    padding-block: 34px;\n  }\n\n  .bestie-page .bestie-storylines .bestie-storylines-intro h2,\n  .bestie-page :is(.bestie-section-heading h2, .bestie-pricing-heading h2, .bestie-details h2, .bestie-faq h2, .bestie-footer h2) {\n    font-size: 36px;\n    line-height: 1.02;\n  }\n\n  .bestie-page .bestie-location-cards {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .bestie-page .bestie-location-cards button {\n    min-height: 190px;\n    aspect-ratio: 1 \/ 1;\n  }\n\n  .bestie-page .bestie-location-copy em {\n    display: none;\n  }\n\n  .bestie-page .bestie-price-grid article,\n  .bestie-page :is(.bestie-creator-offer, .bestie-premium-card, .bestie-rules-grid article, .bestie-why-grid article) {\n    padding: 20px;\n  }\n\n  .brands-page .b2b-video-hero {\n    width: calc(100% - 24px);\n    min-height: 600px;\n    max-height: none;\n    margin-top: 12px;\n  }\n\n  .brands-page .b2b-video-hero-content {\n    width: calc(100% - 36px);\n    padding: 76px 0 54px;\n    justify-content: flex-end;\n  }\n\n  .brands-page .b2b-video-hero-content h1 {\n    max-width: 11ch;\n    font-size: clamp(42px, 12vw, 56px);\n  }\n\n  .brands-page .section {\n    padding-block: 42px;\n  }\n\n  .brands-page :is(.section-heading h2, .pricing-intro h2, .split-layout h2) {\n    font-size: 38px;\n    line-height: 1.02;\n  }\n\n  .brands-page .portfolio-theme-card {\n    min-height: 156px;\n    padding: 16px;\n  }\n\n  .brands-page .service-card {\n    padding: 20px;\n  }\n\n  .brands-page .service-card-top {\n    display: flex;\n    align-items: flex-start;\n    flex-direction: column;\n  }\n\n  .brands-page .service-card-top h3 {\n    max-width: 12ch;\n    font-size: 34px;\n  }\n\n  .brands-page .service-card-price {\n    position: static;\n    margin-top: 2px;\n    font-size: 30px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  :is(.path-home, .bestie-page, .brands-page) *,\n  :is(.path-home, .bestie-page, .brands-page) *::before,\n  :is(.path-home, .bestie-page, .brands-page) *::after {\n    scroll-behavior: auto !important;\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n\n\/* Booking: concise rules beside a deliberately smaller calendar. *\/\n.bestie-page .bestie-booking > .bestie-shell {\n  max-width: 1280px;\n}\n\n.bestie-page .bestie-booking-layout {\n  display: grid;\n  grid-template-columns: 1fr;\n  justify-content: space-between;\n  align-items: start;\n  gap: clamp(28px, 4vw, 56px);\n}\n\n.bestie-page .bestie-booking-rules ol {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  column-gap: 22px;\n}\n\n.bestie-page .bestie-booking-rules {\n  padding: 22px;\n  border: 1px solid var(--color-border);\n  border-top: 3px solid var(--color-primary);\n  border-radius: 16px;\n  background: #ffffff;\n}\n\n.bestie-page .bestie-booking-rules h3 {\n  margin: 10px 0 18px;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: clamp(28px, 2.5vw, 36px);\n  font-weight: 400;\n  line-height: 1;\n}\n\n.bestie-page .bestie-booking-rules ol {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.bestie-page .bestie-booking-rules li {\n  display: grid;\n  grid-template-columns: 26px minmax(0, 1fr);\n  gap: 10px;\n  padding: 13px 0;\n  border-top: 1px solid var(--color-border);\n}\n\n.bestie-page .bestie-booking-rules li > span {\n  padding-top: 2px;\n  color: var(--color-primary);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n}\n\n.bestie-page .bestie-booking-rules strong {\n  display: block;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 18px;\n  font-weight: 400;\n  line-height: 1.15;\n}\n\n.bestie-page .bestie-booking-rules li p {\n  margin: 5px 0 0;\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.5;\n}\n\n.bestie-page .bestie-booking-calendar-wrap {\n  min-width: 0;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-booking-form {\n  padding: 16px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-booking-fields {\n  margin-bottom: 14px;\n  gap: 9px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-booking-form :is(input, select) {\n  min-height: 36px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-calendar-card {\n  grid-template-columns: minmax(0, 1fr) 138px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-calendar-main {\n  padding: 14px 16px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-calendar-nav {\n  margin-bottom: 8px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-calendar-grid > :is(button, span) {\n  min-height: 27px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-time-panel {\n  max-height: 232px;\n  padding: 12px 10px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-time-panel button {\n  min-height: 28px;\n}\n\n.bestie-page .bestie-booking-calendar-wrap .bestie-booking-form textarea {\n  min-height: 58px;\n}\n\n@media (max-width: 900px) {\n  .bestie-page .bestie-booking-layout {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-page .bestie-booking-rules {\n    padding: 18px;\n  }\n\n  .bestie-page .bestie-booking-rules ol {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    column-gap: 22px;\n  }\n}\n\n@media (max-width: 680px) {\n  .bestie-page .bestie-booking-layout {\n    gap: 20px;\n  }\n\n  .bestie-page .bestie-booking-rules ol {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-page .bestie-booking-calendar-wrap .bestie-calendar-card {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-page .bestie-booking-calendar-wrap .bestie-time-panel {\n    max-height: none;\n  }\n}\n\n\/* B2B cinematic video hero \u2014 adapted from the supplied scroll-video reference. *\/\n.brands-page .b2b-video-hero {\n  position: relative;\n  width: min(1320px, calc(100% - 48px));\n  min-height: min(740px, calc(100svh - 110px));\n  margin: 24px auto 0;\n  overflow: hidden;\n  isolation: isolate;\n  border-radius: 26px;\n  background: #11171a;\n  box-shadow: 0 22px 54px rgba(8, 16, 21, 0.1);\n}\n\n.brands-page .b2b-video-hero-media,\n.brands-page .b2b-video-hero-shade,\n.brands-page .b2b-video-hero-grain {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n}\n\n.brands-page .b2b-video-hero-media {\n  z-index: -3;\n  object-fit: cover;\n  object-position: center;\n  filter: saturate(0.9) contrast(1.03);\n  transform: scale(1.015);\n}\n\n.brands-page .b2b-video-hero-shade {\n  z-index: -2;\n  background:\n    linear-gradient(90deg, rgba(8, 16, 21, 0.79) 0%, rgba(8, 16, 21, 0.55) 46%, rgba(8, 16, 21, 0.19) 100%),\n    linear-gradient(0deg, rgba(8, 16, 21, 0.48) 0%, transparent 52%);\n}\n\n.brands-page .b2b-video-hero-grain {\n  z-index: -1;\n  opacity: 0.14;\n  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 0.6px, transparent 0.7px);\n  background-size: 5px 5px;\n  mix-blend-mode: soft-light;\n  pointer-events: none;\n}\n\n.brands-page .b2b-video-hero-content {\n  width: min(1280px, calc(100% - 64px));\n  min-height: inherit;\n  margin: 0 auto;\n  padding: clamp(90px, 12vh, 150px) 0 96px;\n  display: flex;\n  align-items: flex-start;\n  justify-content: center;\n  flex-direction: column;\n  color: #ffffff;\n}\n\n.brands-page .b2b-video-hero-content .hero-kicker {\n  margin-bottom: 18px;\n  color: #f0b5af;\n}\n\n.brands-page .b2b-video-hero-content h1 {\n  max-width: 900px;\n  margin: 0 0 22px;\n  color: #ffffff;\n  font-size: clamp(48px, 6.2vw, 88px);\n  font-weight: 400;\n  line-height: 0.96;\n  letter-spacing: -0.035em;\n  text-wrap: balance;\n  text-shadow: 0 10px 38px rgba(0, 0, 0, 0.3);\n}\n\n.brands-page .b2b-video-hero-content > p:not(.hero-kicker) {\n  max-width: 660px;\n  margin: 0 0 30px;\n  color: rgba(255, 255, 255, 0.82);\n  font-size: clamp(15px, 1.35vw, 18px);\n  line-height: 1.65;\n}\n\n.brands-page .b2b-video-hero-content .hero-actions {\n  justify-content: flex-start;\n}\n\n.brands-page .b2b-video-hero-content .button-light {\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.brands-page .b2b-video-hero-content .button-light:hover {\n  background: var(--color-primary-hover);\n}\n\n.brands-page .b2b-video-hero-scroll {\n  position: absolute;\n  right: max(32px, calc((100% - 1280px) \/ 2));\n  bottom: 28px;\n  z-index: 2;\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  color: rgba(255, 255, 255, 0.78);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n  text-transform: uppercase;\n}\n\n.brands-page .b2b-video-hero-scroll span {\n  width: 36px;\n  height: 36px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border: 1px solid rgba(255, 255, 255, 0.42);\n  border-radius: 50%;\n  transition: transform 180ms ease, background 180ms ease;\n}\n\n.brands-page .b2b-video-hero-scroll:hover span {\n  background: rgba(255, 255, 255, 0.13);\n  transform: translateY(3px);\n}\n\n@media (max-width: 760px) {\n  .brands-page .b2b-video-hero {\n    width: calc(100% - 24px);\n    min-height: calc(100svh - 96px);\n    margin-top: 12px;\n    border-radius: 18px;\n  }\n\n  .brands-page .b2b-video-hero-content {\n    width: calc(100% - 36px);\n    padding: 88px 0 94px;\n    justify-content: flex-end;\n  }\n\n  .brands-page .b2b-video-hero-content h1 {\n    max-width: 12ch;\n    font-size: clamp(44px, 13vw, 62px);\n  }\n\n  .brands-page .b2b-video-hero-content > p:not(.hero-kicker) {\n    max-width: 36ch;\n    font-size: 15px;\n  }\n\n  .brands-page .b2b-video-hero-content .hero-actions {\n    width: 100%;\n  }\n\n  .brands-page .b2b-video-hero-content .hero-actions .button {\n    flex: 1 1 100%;\n  }\n\n  .brands-page .b2b-video-hero-shade {\n    background:\n      linear-gradient(0deg, rgba(8, 16, 21, 0.88) 0%, rgba(8, 16, 21, 0.45) 70%, rgba(8, 16, 21, 0.22) 100%);\n  }\n\n  .brands-page .b2b-video-hero-scroll {\n    display: none;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .brands-page .b2b-video-hero-media {\n    transform: none;\n  }\n}\n\n\/* Organic floating homepage header. *\/\n.path-home .path-home-header {\n  width: min(1220px, calc(100% - 40px));\n  min-height: 64px;\n  margin: 16px auto 0;\n  padding: 8px 10px 8px 24px;\n  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);\n  gap: 20px;\n  border: 1px solid rgba(15, 36, 51, 0.1);\n  border-radius: 999px;\n  background: rgba(255, 255, 255, 0.74);\n  box-shadow: 0 14px 38px rgba(15, 36, 51, 0.055);\n  backdrop-filter: blur(18px);\n}\n\n.path-home .path-home-brand {\n  font-size: clamp(21px, 1.65vw, 27px);\n  line-height: 1;\n}\n\n.path-home .path-home-nav {\n  gap: clamp(17px, 1.8vw, 28px);\n  font-size: 10.5px;\n  letter-spacing: 0.075em;\n}\n\n.path-home .path-home-header-actions {\n  gap: 10px;\n}\n\n.path-home .path-home-language {\n  min-height: 42px;\n  padding: 3px;\n  border: 1px solid rgba(15, 36, 51, 0.1);\n  border-radius: 999px;\n  background: rgba(251, 247, 242, 0.72);\n}\n\n.path-home .path-home-language button {\n  min-width: 35px;\n  min-height: 34px;\n}\n\n.path-home .path-home-book {\n  min-height: 44px;\n  padding-inline: 20px;\n}\n\n.path-home .path-home-portrait-frame img {\n  height: 165%;\n}\n\n@media (max-width: 1040px) {\n  .path-home .path-home-header {\n    width: min(960px, calc(100% - 32px));\n    grid-template-columns: minmax(190px, 1fr) auto minmax(180px, 1fr);\n    gap: 14px;\n    padding-left: 20px;\n  }\n\n  .path-home .path-home-nav {\n    gap: 15px;\n    font-size: 9.5px;\n  }\n\n  .path-home .path-home-book {\n    padding-inline: 15px;\n    font-size: 9px;\n  }\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-header {\n    width: calc(100% - 24px);\n    min-height: 58px;\n    margin-top: 10px;\n    padding: 7px 8px 7px 16px;\n    grid-template-columns: minmax(0, 1fr) auto;\n    border-radius: 24px;\n  }\n\n  .path-home .path-home-nav,\n  .path-home .path-home-book {\n    display: none;\n  }\n\n  .path-home .path-home-portrait-frame img {\n    height: 150%;\n  }\n}\n\n\/* Site-wide minimal editorial polish: white space, cherry accents, compact rhythm. *\/\n.path-home,\n.bestie-page,\n.brand-services-page {\n  --color-primary: #991b1f;\n  --color-primary-hover: #7f1518;\n  --color-background: #ffffff;\n  --color-surface: #fbf8f6;\n  --color-border: rgba(15, 36, 51, 0.11);\n  background: var(--color-background);\n}\n\n.path-home .path-home-header,\n.bestie-page .bestie-header,\n.brand-services-page .site-header {\n  border: 1px solid var(--color-border);\n  background: rgba(255, 255, 255, 0.8);\n  box-shadow: 0 12px 34px rgba(15, 36, 51, 0.05);\n  backdrop-filter: blur(18px);\n}\n\n.bestie-page .bestie-header,\n.brand-services-page .site-header {\n  width: min(1180px, calc(100% - 40px));\n  min-height: 64px;\n  margin: 14px auto 0;\n  padding-inline: 22px;\n  border-radius: 999px;\n}\n\n.path-home .path-home-offers {\n  padding: 58px 0;\n  background: var(--color-surface);\n}\n\n.path-home .path-home-heading {\n  margin-bottom: 28px;\n}\n\n.path-home .path-home-card {\n  min-height: 520px;\n  border-radius: 20px;\n}\n\n.path-home .path-home-card-copy h3 {\n  font-size: clamp(34px, 3.2vw, 46px);\n}\n\n.path-home .path-home-card-copy p {\n  max-width: 46ch;\n  font-size: 13px;\n  line-height: 1.55;\n}\n\n.path-home .path-home-footer {\n  padding: 64px 0 24px;\n  background: #ffffff;\n}\n\n.path-home .path-home-footer h2 {\n  max-width: 900px;\n  margin-inline: auto;\n  font-size: clamp(38px, 4.4vw, 58px);\n}\n\n.bestie-page .bestie-section {\n  padding: 60px 0;\n}\n\n.bestie-page .bestie-why,\n.bestie-page .bestie-storylines,\n.bestie-page .bestie-details,\n.bestie-page .bestie-testimonials,\n.bestie-page .bestie-footer {\n  background: #ffffff;\n}\n\n.bestie-page .bestie-pricing,\n.bestie-page .bestie-booking,\n.bestie-page .bestie-rules,\n.bestie-page .bestie-faq {\n  background: var(--color-surface);\n}\n\n.bestie-page .bestie-section-heading {\n  margin-bottom: 30px;\n  gap: 44px;\n}\n\n.bestie-page :is(.bestie-section-heading h2, .bestie-pricing-heading h2, .bestie-details h2, .bestie-faq h2) {\n  font-size: clamp(36px, 4vw, 52px);\n  line-height: 1.02;\n}\n\n.bestie-page :is(.bestie-section-heading > p, .bestie-pricing-heading > p:last-child, .bestie-faq-layout > div:first-child > p:not(.bestie-eyebrow)) {\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.bestie-page .bestie-why-grid article {\n  min-height: 230px;\n  padding: 22px;\n  border-color: var(--color-border);\n}\n\n.bestie-page .bestie-why-grid h3 {\n  margin: 34px 0 11px;\n  font-size: 24px;\n}\n\n.bestie-page .bestie-why-grid p {\n  font-size: 12px;\n  line-height: 1.58;\n}\n\n.bestie-page .bestie-coming-soon {\n  margin-top: 18px;\n  padding: 18px 20px;\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.bestie-page .bestie-pricing-heading {\n  margin-bottom: 32px;\n}\n\n.bestie-page .bestie-price-grid article {\n  padding: 22px;\n  border-radius: 16px;\n  box-shadow: none;\n}\n\n.bestie-page .bestie-price-grid article.featured {\n  border-color: rgba(153, 27, 31, 0.34);\n  box-shadow: 0 16px 36px rgba(15, 36, 51, 0.06);\n}\n\n.bestie-page .bestie-price-top {\n  padding-bottom: 18px;\n}\n\n.bestie-page .bestie-price-top h3 {\n  font-size: 27px;\n}\n\n.bestie-page .bestie-price-top strong {\n  color: var(--color-primary);\n  font-size: 36px;\n}\n\n.bestie-page .bestie-package-audience {\n  margin-top: 17px;\n}\n\n.bestie-page .bestie-package-description {\n  min-height: 0;\n  margin: 13px 0 10px;\n}\n\n.bestie-page .bestie-price-grid ul {\n  margin-bottom: 20px;\n}\n\n.bestie-page .bestie-price-grid li {\n  padding-block: 6px;\n}\n\n.bestie-page .bestie-creative-terms {\n  margin-top: 18px;\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.bestie-page .bestie-creative-terms p {\n  padding: 17px 18px;\n}\n\n.bestie-page .bestie-details-grid {\n  max-width: 700px;\n}\n\n.bestie-page .bestie-addons > div {\n  margin-top: 24px;\n}\n\n.bestie-page .bestie-rules {\n  padding: 56px 0;\n}\n\n.bestie-page .bestie-rules-grid {\n  gap: 12px;\n}\n\n.bestie-page .bestie-rules-grid article {\n  min-height: 142px;\n  padding: 19px;\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.bestie-page .bestie-rules-grid h3 {\n  margin: 18px 0 7px;\n  font-size: 20px;\n}\n\n.bestie-page .bestie-faq-layout {\n  gap: 54px;\n}\n\n.bestie-page .bestie-faq summary {\n  padding: 14px 0;\n  font-size: 16px;\n}\n\n.bestie-page .bestie-footer {\n  padding: 70px 0 22px;\n}\n\n.bestie-page .bestie-footer h2 {\n  font-size: clamp(42px, 5vw, 62px);\n}\n\n.brand-services-page .section {\n  padding: 64px 0;\n}\n\n.brand-services-page .brand-hero {\n  min-height: min(660px, calc(100vh - 92px));\n}\n\n.brand-services-page .brand-selector-section,\n.brand-services-page .brand-about,\n.brand-services-page .brand-contact,\n.brand-services-page .surface-section {\n  background: var(--color-surface);\n}\n\n.brand-services-page .portfolio-section,\n.brand-services-page .faq-section {\n  background: #ffffff;\n}\n\n.brand-services-page .brand-selector-heading {\n  margin-bottom: 30px;\n}\n\n.brand-services-page :is(.brand-selector-heading h2, .brand-contact h2) {\n  margin-bottom: 14px;\n  font-size: clamp(38px, 4.4vw, 56px);\n}\n\n.brand-services-page .brand-need-tabs button {\n  min-height: 118px;\n  padding: 20px;\n  border-radius: 14px;\n}\n\n.brand-services-page .brand-need-tabs strong {\n  margin-bottom: 9px;\n  font-size: 22px;\n}\n\n.brand-services-page .brand-service-panel {\n  margin-top: 20px;\n  gap: 12px;\n}\n\n.brand-services-page .brand-service-card {\n  padding: 24px;\n  border-radius: 14px;\n  box-shadow: none;\n}\n\n.brand-services-page .brand-service-card h3 {\n  margin: 25px 0 10px;\n  font-size: 29px;\n}\n\n.brand-services-page .brand-service-card ul {\n  margin: 11px 0 21px;\n}\n\n.brand-services-page .brand-service-card li {\n  padding-block: 6px;\n}\n\n.brand-services-page .section-heading {\n  margin-bottom: 30px;\n}\n\n.brand-services-page .process-grid {\n  gap: 12px;\n}\n\n.brand-services-page .process-step {\n  min-height: 190px;\n  padding: 22px;\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.brand-services-page .portfolio-grid {\n  gap: 14px;\n}\n\n.brand-services-page .portfolio-card,\n.brand-services-page .portfolio-media {\n  border-radius: 14px;\n}\n\n.brand-services-page .brand-contact-layout {\n  gap: 58px;\n}\n\n.brand-services-page .brand-enquiry-form {\n  padding: 26px;\n  gap: 16px;\n  border-radius: 16px;\n  box-shadow: 0 16px 38px rgba(15, 36, 51, 0.05);\n}\n\n.brand-services-page .site-footer {\n  padding-top: 68px;\n}\n\n@media (max-width: 760px) {\n  .bestie-page .bestie-header,\n  .brand-services-page .site-header {\n    width: calc(100% - 24px);\n    min-height: 58px;\n    margin-top: 10px;\n    padding-inline: 15px;\n    border-radius: 22px;\n  }\n\n  .path-home .path-home-offers,\n  .bestie-page .bestie-section,\n  .brand-services-page .section {\n    padding: 44px 0;\n  }\n\n  .path-home .path-home-card {\n    min-height: 390px;\n  }\n\n  .bestie-page .bestie-section-heading,\n  .bestie-page .bestie-faq-layout,\n  .brand-services-page .section-heading {\n    gap: 18px;\n  }\n\n  .bestie-page .bestie-why-grid,\n  .bestie-page .bestie-rules-grid {\n    gap: 10px;\n  }\n\n  .bestie-page .bestie-why-grid article,\n  .bestie-page .bestie-rules-grid article {\n    min-height: 0;\n    border: 1px solid var(--color-border);\n    border-radius: 14px;\n  }\n\n  .bestie-page .bestie-creative-terms {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-page .bestie-creative-terms p + p {\n    border-top: 1px solid var(--color-border);\n    border-left: 0;\n  }\n\n  .brand-services-page .brand-need-tabs,\n  .brand-services-page .brand-contact-layout {\n    grid-template-columns: 1fr;\n  }\n\n  .brand-services-page .brand-contact-layout {\n    gap: 28px;\n  }\n\n  .brand-services-page .brand-enquiry-form {\n    padding: 20px;\n  }\n}\n\n\/* Clean transparent portrait: no rectangular photo or mockup crop. *\/\n.path-home .path-home-portrait-frame {\n  position: relative;\n  overflow: visible;\n  background-image: none;\n}\n\n.path-home .path-home-portrait-frame::before {\n  position: absolute;\n  left: 50%;\n  bottom: 4%;\n  width: 88%;\n  aspect-ratio: 1;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(154, 75, 69, 0.12) 0%, rgba(244, 238, 232, 0.58) 52%, rgba(251, 247, 242, 0) 73%);\n  content: \"\";\n  transform: translateX(-50%);\n}\n\n.path-home .path-home-portrait-frame img {\n  position: absolute;\n  z-index: 1;\n  left: 50%;\n  bottom: -2%;\n  inset: auto auto -2% 50%;\n  width: auto;\n  height: 142%;\n  max-width: none;\n  object-fit: contain;\n  object-position: center bottom;\n  filter: drop-shadow(0 24px 28px rgba(15, 36, 51, 0.1));\n  transform: translateX(-50%);\n}\n\n@media (max-width: 680px) {\n  .path-home .path-home-portrait-frame img {\n    height: 132%;\n  }\n}\n\n.service-category-intro {\n  max-width: 720px;\n  margin: 0 0 26px;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.service-offers {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 18px;\n  align-items: stretch;\n}\n\n.service-card {\n  min-width: 0;\n  padding: 28px;\n  display: flex;\n  flex-direction: column;\n  border: 1px solid var(--color-border);\n  border-radius: 18px;\n  background: var(--white);\n  box-shadow: 0 14px 32px rgba(15, 36, 51, 0.045);\n}\n\n.service-card.featured {\n  background: #f8f1eb;\n  box-shadow: 0 20px 48px rgba(15, 36, 51, 0.08);\n}\n\n.service-card-top {\n  min-height: 90px;\n  padding-bottom: 22px;\n  display: flex;\n  justify-content: space-between;\n  gap: 18px;\n  border-bottom: 1px solid var(--color-border);\n}\n\n.service-card h3 {\n  margin: 0;\n  font-size: 25px;\n  line-height: 1.04;\n}\n\n.service-card-top > strong {\n  max-width: 12ch;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 23px;\n  font-weight: 400;\n  line-height: 1.1;\n  text-align: right;\n}\n\n.service-badge {\n  margin-top: 9px;\n  display: inline-block;\n  color: var(--color-primary);\n  font-size: 10px;\n  font-weight: 600;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.service-label {\n  margin-bottom: 9px;\n  display: inline-block;\n  color: var(--color-primary);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.service-subtitle {\n  margin: 20px 0 0;\n  color: var(--color-muted);\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n.service-card ul {\n  margin: 24px 0 26px;\n  padding: 0;\n  display: grid;\n  gap: 10px;\n  list-style: none;\n}\n\n.service-card li {\n  position: relative;\n  padding-left: 20px;\n  color: rgba(15, 36, 51, 0.78);\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n.service-card li::before {\n  position: absolute;\n  left: 0;\n  color: var(--color-primary);\n  content: \"\u2713\";\n}\n\n.service-note {\n  margin: -8px 0 24px;\n  padding: 14px 16px;\n  border-left: 3px solid var(--color-primary);\n  background: rgba(139, 12, 15, 0.055);\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.6;\n}\n\n.service-card .button {\n  width: 100%;\n  margin-top: auto;\n}\n\n.service-offers-strategy {\n  grid-template-columns: 1fr;\n  gap: 0;\n}\n\n.service-offers-strategy .service-card {\n  padding: 30px 0;\n  display: grid;\n  grid-template-columns: minmax(220px, 0.72fr) minmax(260px, 1.28fr) auto;\n  gap: 34px;\n  align-items: start;\n  border: 0;\n  border-top: 1px solid var(--color-border);\n  border-radius: 0;\n  background: transparent;\n  box-shadow: none;\n}\n\n.service-offers-strategy .service-card:last-child {\n  border-bottom: 1px solid var(--color-border);\n}\n\n.service-offers-strategy .service-card-top {\n  min-height: 0;\n  padding: 0;\n  display: block;\n  border: 0;\n}\n\n.service-offers-strategy .service-card-top > strong {\n  max-width: none;\n  margin-top: 12px;\n  display: block;\n  text-align: left;\n}\n\n.service-offers-strategy .service-subtitle {\n  margin: 0;\n}\n\n.service-offers-strategy .service-card ul {\n  margin: 0;\n}\n\n.service-offers-strategy .service-note {\n  grid-column: 2;\n  margin: -12px 0 0;\n}\n\n.service-offers-strategy .service-card .button {\n  grid-column: 3;\n  grid-row: 1 \/ span 2;\n  width: 190px;\n  align-self: end;\n}\n\n.additional-editing {\n  margin: 24px 0 0;\n  color: var(--color-muted);\n  font-size: 12px;\n  text-align: center;\n}\n\n.faq-section h2 {\n  margin-bottom: 16px;\n}\n\n.faq-list {\n  margin-top: 42px;\n  border-top: 1px solid var(--color-border);\n}\n\n.faq-list details {\n  border-bottom: 1px solid var(--color-border);\n}\n\n.faq-list summary {\n  padding: 24px 0;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  color: var(--color-text);\n  cursor: pointer;\n  font-family: var(--serif);\n  font-size: 24px;\n  list-style: none;\n}\n\n.faq-list summary::-webkit-details-marker {\n  display: none;\n}\n\n.faq-list summary span {\n  color: var(--color-primary);\n  font-family: var(--sans);\n  font-size: 24px;\n}\n\n.faq-list details[open] summary span {\n  transform: rotate(45deg);\n}\n\n.faq-list details p {\n  max-width: 740px;\n  margin: -7px 0 25px;\n  color: var(--color-muted);\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n.faq-card-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px;\n  margin-top: 42px;\n}\n\n.faq-card-stack {\n  display: grid;\n  gap: 12px;\n}\n\n.faq-card {\n  border: 1px solid var(--color-border);\n  border-radius: var(--radius);\n  background: var(--color-surface);\n  padding: 20px 22px;\n}\n\n.faq-card h3 {\n  margin: 0;\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-size: 14px;\n  font-weight: 600;\n}\n\n.faq-card p {\n  margin: 8px 0 0;\n  color: var(--color-muted);\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.faq-footer-note {\n  margin: 28px 0 0;\n  text-align: center;\n  color: var(--color-muted);\n  font-size: 13px;\n}\n\n.faq-footer-note a {\n  color: var(--color-primary);\n  font-weight: 600;\n  text-decoration: none;\n}\n\n.faq-footer-note a:hover {\n  text-decoration: underline;\n}\n\n@media (max-width: 700px) {\n  .faq-card-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n.site-footer {\n  padding: 92px 0 28px;\n  border-top: 1px solid var(--color-border);\n  background: var(--color-surface);\n  color: var(--color-text);\n}\n\n.project-form {\n  scroll-margin-top: 96px;\n  padding: 30px;\n  border: 1px solid var(--color-border);\n  border-radius: 22px;\n  background: rgba(255, 255, 255, 0.72);\n}\n\n.form-grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 18px;\n}\n\n.project-form label {\n  min-width: 0;\n  display: grid;\n  gap: 8px;\n}\n\n.project-form label > span {\n  color: var(--color-text);\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.project-form label > span small {\n  color: var(--color-muted);\n  font-size: 0.9em;\n  font-weight: 400;\n  letter-spacing: 0.03em;\n  text-transform: none;\n}\n\n.project-form input,\n.project-form select,\n.project-form textarea {\n  width: 100%;\n  min-width: 0;\n  border: 1px solid var(--color-border);\n  border-radius: 12px;\n  background: var(--white);\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-size: 15px;\n  font-weight: 300;\n}\n\n.project-form input,\n.project-form select {\n  min-height: 48px;\n  padding: 0 14px;\n}\n\n.project-form textarea {\n  min-height: 132px;\n  padding: 14px;\n  resize: vertical;\n}\n\n.form-wide {\n  grid-column: 1 \/ -1;\n}\n\n.project-form > .button {\n  width: 100%;\n  margin-top: 20px;\n}\n\n.site-footer .eyebrow {\n  color: var(--color-primary);\n}\n\n.site-footer h2 {\n  color: var(--color-text);\n}\n\n.site-footer .button-light {\n  background: var(--color-primary);\n  color: var(--white);\n}\n\n.site-footer .button-light:hover {\n  background: var(--color-primary-hover);\n}\n\n.site-footer .button-glass {\n  border-color: var(--color-primary);\n  background: transparent;\n  color: var(--color-primary);\n}\n\n.site-footer .button-glass:hover {\n  background: rgba(139, 12, 15, 0.07);\n}\n\n.footer-layout {\n  display: grid;\n  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);\n  gap: 64px;\n  align-items: start;\n}\n\n.footer-layout > div:first-child > p:not(.eyebrow) {\n  max-width: 620px;\n  margin: 22px 0 30px;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.contact-whatsapp {\n  max-width: 100%;\n  min-height: 46px;\n  padding-block: 10px;\n  line-height: 1.35;\n  text-align: center;\n  white-space: normal;\n}\n\n.footer-cv {\n  min-height: 46px;\n  display: inline-flex;\n  align-items: center;\n  color: var(--color-primary);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.05em;\n  text-decoration: underline;\n  text-underline-offset: 5px;\n}\n\n.footer-meta {\n  padding-top: 34px;\n  display: flex;\n  flex-direction: column;\n  gap: 13px;\n  border-top: 1px solid var(--color-border);\n  color: var(--color-muted);\n  font-size: 11px;\n}\n\n.footer-bottom {\n  margin-top: 70px;\n  padding-top: 23px;\n  display: grid;\n  grid-template-columns: 1fr auto 1fr;\n  gap: 30px;\n  border-top: 1px solid var(--color-border);\n  color: var(--color-muted);\n  font-size: 10px;\n}\n\n.footer-bottom > div {\n  display: flex;\n  gap: 20px;\n}\n\n.footer-bottom > span:last-child {\n  text-align: right;\n}\n\n@media (max-width: 1020px) {\n  .desktop-nav {\n    display: none;\n  }\n\n  .site-header-nav {\n    display: none;\n  }\n\n  .hero-grid {\n    height: 470px;\n    grid-template-rows: 135px 190px 135px;\n  }\n\n  .hero-content {\n    width: min(720px, calc(100% - 56px));\n    max-width: calc(100% - 56px);\n  }\n\n  .hero-content h1 {\n    font-size: clamp(38px, 6vw, 56px);\n    line-height: 0.99;\n  }\n\n  .split-layout,\n  .about-layout,\n  .results-layout,\n  .section-heading,\n  .pricing-layout,\n  .footer-layout {\n    grid-template-columns: 1fr;\n    gap: 45px;\n  }\n\n  .about-image,\n  .about-image img {\n    min-height: 540px;\n  }\n\n  .value-grid,\n  .process-grid,\n  .portfolio-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .value-card:nth-child(2) {\n    border-radius: 0 var(--radius) var(--radius) 0;\n  }\n\n  .value-card:nth-child(3) {\n    border-left: 1px solid var(--color-border);\n    border-radius: var(--radius) 0 0 var(--radius);\n  }\n\n  .footer-meta {\n    padding-top: 0;\n  }\n\n  .results-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .service-offers-strategy .service-card {\n    grid-template-columns: 0.8fr 1.2fr;\n  }\n\n  .service-offers-strategy .service-card .button {\n    grid-column: 1 \/ -1;\n    grid-row: auto;\n    width: fit-content;\n  }\n\n  .result-item:nth-child(3) {\n    padding-left: 0;\n    border-top: 1px solid rgba(15, 36, 51, 0.12);\n    border-left: 0;\n  }\n\n  .result-item:nth-child(4) {\n    border-top: 1px solid rgba(15, 36, 51, 0.12);\n  }\n}\n\n@media (max-width: 820px) {\n  .hero-content {\n    width: calc(100% - 48px);\n    max-width: calc(100% - 48px);\n  }\n\n  .hero-content h1 {\n    font-size: clamp(32px, 5.8vw, 43px);\n    line-height: 1;\n  }\n\n  .hero-content > p:not(.hero-kicker) {\n    max-width: 560px;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .hero-actions {\n    width: min(330px, 100%);\n    margin: 0 auto;\n    flex-direction: column;\n  }\n\n  .hero-actions .button {\n    width: 100%;\n  }\n}\n\n@media (max-width: 680px) {\n  .container {\n    width: min(100% - 32px, 1180px);\n  }\n\n  .section {\n    padding: 72px 0;\n  }\n\n  .site-header {\n    min-height: 66px;\n    padding: 0 16px;\n  }\n\n  .brand {\n    font-size: 17px;\n  }\n\n  .draft-badge {\n    display: none;\n  }\n\n  .header-actions {\n    gap: 6px;\n  }\n\n  .hero-bento {\n    padding: 6px;\n  }\n\n  .hero-grid {\n    height: 480px;\n    grid-template-columns: 1.05fr 0.85fr 1.35fr 0.85fr 1.05fr;\n    grid-template-rows: 135px 200px 137px;\n    gap: 4px;\n  }\n\n  .hero-grid img,\n  .hero-shade {\n    border-radius: 8px;\n  }\n\n  .hero-shade {\n    inset: 6px;\n    width: calc(100% - 12px);\n  }\n\n  .hero-content {\n    width: calc(100% - 32px);\n    max-width: calc(100% - 32px);\n  }\n\n  .hero-kicker {\n    margin-bottom: 10px;\n    font-size: 8px;\n    line-height: 1.45;\n  }\n\n  .hero-content h1 {\n    margin-bottom: 12px;\n    font-size: clamp(32px, 10vw, 42px);\n    line-height: 0.98;\n  }\n\n  .hero-content > p:not(.hero-kicker) {\n    margin-bottom: 17px;\n    font-size: 11px;\n    line-height: 1.45;\n  }\n\n  .hero-actions {\n    width: min(286px, 100%);\n    gap: 7px;\n  }\n\n  .hero-actions .button {\n    width: 100%;\n    min-height: 38px;\n    padding: 0 12px;\n    font-size: 8px;\n  }\n\n  .split-layout h2,\n  .section-heading h2,\n  .about-copy h2,\n  .process-heading h2,\n  .pricing-intro h2,\n  .faq-section h2,\n  .site-footer h2 {\n    font-size: 35px;\n    line-height: 1.06;\n  }\n\n  .main-offer ul {\n    grid-template-columns: 1fr;\n  }\n\n  .results-section {\n    padding: 64px 0;\n  }\n\n  .results-grid {\n    grid-template-columns: 1fr;\n    margin-top: 8px;\n  }\n\n  .result-item,\n  .result-item + .result-item {\n    padding: 22px 0;\n    border-top: 0;\n    border-left: 0;\n    border-bottom: 1px solid rgba(15, 36, 51, 0.12);\n  }\n\n  .result-item > span {\n    margin-bottom: 12px;\n  }\n\n  .result-item p {\n    max-width: 30ch;\n  }\n\n  .about-image,\n  .about-image img {\n    min-height: 450px;\n  }\n\n  .value-grid,\n  .process-grid,\n  .portfolio-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .value-card,\n  .value-card:first-child,\n  .value-card:last-child,\n  .value-card:nth-child(2),\n  .value-card:nth-child(3) {\n    min-height: 240px;\n    border: 1px solid var(--color-border);\n    border-radius: var(--radius);\n  }\n\n  .value-card + .value-card {\n    margin-top: 10px;\n  }\n\n  .value-card h3 {\n    margin-top: 38px;\n  }\n\n  .process-heading {\n    margin-top: 74px;\n  }\n\n  .portfolio-themes {\n    grid-template-columns: 1fr;\n    gap: 18px;\n    margin-bottom: 24px;\n  }\n\n  .portfolio-theme-card {\n    min-height: 248px;\n    padding: 22px;\n  }\n\n  .portfolio-theme-content strong {\n    font-size: 28px;\n  }\n\n  .portfolio-theme-content span {\n    font-size: 14px;\n  }\n\n  .portfolio-grid {\n    gap: 14px;\n  }\n\n  .portfolio-media {\n    aspect-ratio: 5 \/ 4;\n  }\n\n  .main-offer,\n  .additional-options {\n    padding: 28px 22px;\n  }\n\n  .offer-top {\n    display: block;\n  }\n\n  .offer-top h3 {\n    font-size: 39px;\n  }\n\n  .offer-top > strong {\n    margin-top: 18px;\n    display: block;\n    font-size: 58px;\n  }\n\n  .additional-options article > div {\n    display: block;\n  }\n\n  .additional-options strong {\n    margin-top: 7px;\n    display: block;\n  }\n\n  .small-print {\n    columns: 1;\n  }\n\n  .faq-list summary {\n    font-size: 21px;\n  }\n\n  .footer-buttons {\n    align-items: flex-start;\n    flex-direction: column;\n  }\n\n  .service-selector {\n    display: block;\n  }\n\n  .service-choice {\n    display: block;\n  }\n\n  .service-tab {\n    width: 100%;\n    min-height: 68px;\n    margin-top: 10px;\n    border-radius: 14px;\n  }\n\n  .service-panel {\n    margin-top: 8px;\n    padding: 14px;\n    border-radius: 16px;\n  }\n\n  .service-offers {\n    grid-template-columns: 1fr;\n  }\n\n  .service-card {\n    padding: 22px;\n  }\n\n  .service-card-top {\n    min-height: 0;\n    display: grid;\n  }\n\n  .service-card-top > strong {\n    max-width: none;\n    text-align: left;\n  }\n\n  .service-category-intro {\n    font-size: 13px;\n  }\n\n  .service-offers-strategy .service-card {\n    padding: 24px 8px;\n    display: flex;\n    gap: 0;\n  }\n\n  .service-offers-strategy .service-subtitle {\n    margin-top: 18px;\n  }\n\n  .service-offers-strategy .service-card ul {\n    margin: 20px 0 24px;\n  }\n\n  .service-offers-strategy .service-note {\n    margin: 0 0 20px;\n  }\n\n  .service-offers-strategy .service-card .button {\n    width: 100%;\n  }\n\n  .form-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .form-wide {\n    grid-column: auto;\n  }\n\n  .project-form {\n    padding: 22px 18px;\n  }\n\n  .footer-buttons .button {\n    width: 100%;\n    text-align: center;\n  }\n\n  .contact-whatsapp {\n    width: 100%;\n  }\n\n  .footer-bottom {\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .footer-bottom > span:last-child {\n    text-align: left;\n  }\n}\n\n@media (max-width: 390px) {\n  #creator-content-day .bestie-price-top {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr);\n    gap: 12px;\n  }\n\n  #creator-content-day .bestie-price-top h3 {\n    font-size: 28px;\n    overflow-wrap: normal;\n    text-wrap: balance;\n  }\n\n  #creator-content-day .bestie-price-top strong {\n    text-align: left;\n  }\n}\n\n.bestie-nav-cta {\n  border-color: var(--color-text);\n  color: var(--color-text);\n}\n\n.bestie-price-top strong,\n.bestie-addons > div strong {\n  color: var(--color-text);\n}\n\n@media (min-width: 681px) and (max-width: 820px) {\n  .service-offers-content .service-card-top {\n    display: grid;\n  }\n\n  .service-offers-content .service-card-top > strong {\n    max-width: none;\n    text-align: left;\n  }\n}\n\n\/* Paris Content Bestie booking calendar *\/\n.bestie-booking {\n  scroll-margin-top: 76px;\n  background: var(--color-background);\n}\n\n.bestie-booking-form {\n  padding: 32px;\n  border: 1px solid var(--color-border);\n  border-radius: 22px;\n  background: rgba(255, 255, 255, 0.72);\n  box-shadow: 0 22px 60px rgba(15, 36, 51, 0.06);\n}\n\n.bestie-booking-fields {\n  margin-bottom: 28px;\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 16px;\n}\n\n.bestie-booking-form label {\n  min-width: 0;\n  display: grid;\n  gap: 8px;\n}\n\n.bestie-booking-form label > span,\n.bestie-time-panel > p {\n  margin: 0;\n  color: var(--color-text);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.bestie-booking-form :is(input, select, textarea) {\n  width: 100%;\n  min-width: 0;\n  border: 1px solid var(--color-border);\n  border-radius: 11px;\n  background: #fff;\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-size: 13px;\n  font-weight: 300;\n}\n\n.bestie-booking-form :is(input, select) {\n  min-height: 46px;\n  padding: 0 13px;\n}\n\n.bestie-booking-form textarea {\n  min-height: 112px;\n  padding: 13px;\n  resize: vertical;\n}\n\n.bestie-booking-form :is(input, select, textarea, button):focus-visible {\n  outline: 3px solid rgba(15, 36, 51, 0.18);\n  outline-offset: 2px;\n}\n\n.bestie-calendar-card {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) 190px;\n  overflow: hidden;\n  border: 1px solid var(--color-border);\n  border-radius: 18px;\n  background: var(--color-background);\n}\n\n.bestie-calendar-main {\n  padding: 28px;\n}\n\n.bestie-calendar-nav {\n  margin-bottom: 22px;\n  display: grid;\n  grid-template-columns: 40px 1fr 40px;\n  align-items: center;\n}\n\n.bestie-calendar-nav strong {\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 24px;\n  font-weight: 400;\n  text-align: center;\n}\n\n.bestie-calendar-nav button {\n  width: 36px;\n  height: 36px;\n  border: 1px solid var(--color-border);\n  border-radius: 50%;\n  background: transparent;\n  color: var(--color-text);\n  cursor: pointer;\n}\n\n.bestie-calendar-nav button:last-child {\n  justify-self: end;\n}\n\n.bestie-calendar-nav button:disabled {\n  cursor: default;\n  opacity: 0.3;\n}\n\n.bestie-calendar-weekdays,\n.bestie-calendar-grid {\n  display: grid;\n  grid-template-columns: repeat(7, minmax(0, 1fr));\n  gap: 6px;\n}\n\n.bestie-calendar-weekdays {\n  margin-bottom: 7px;\n}\n\n.bestie-calendar-weekdays span {\n  color: var(--color-muted);\n  font-size: 9px;\n  font-weight: 700;\n  text-align: center;\n  text-transform: uppercase;\n}\n\n.bestie-calendar-grid > :is(button, span) {\n  aspect-ratio: 1;\n}\n\n.bestie-calendar-grid button {\n  border: 0;\n  border-radius: 10px;\n  background: transparent;\n  color: var(--color-text);\n  cursor: pointer;\n  font-family: var(--sans);\n  font-size: 12px;\n}\n\n.bestie-calendar-grid button:hover:not(:disabled) {\n  background: #e9e1d9;\n}\n\n.bestie-calendar-grid button.selected {\n  background: var(--color-text);\n  color: #fff;\n}\n\n.bestie-calendar-grid button:disabled {\n  cursor: default;\n  opacity: 0.24;\n  text-decoration: line-through;\n}\n\n.bestie-time-panel {\n  max-height: 430px;\n  padding: 24px 18px;\n  overflow-y: auto;\n  border-left: 1px solid var(--color-border);\n}\n\n.bestie-time-panel > p {\n  margin-bottom: 14px;\n}\n\n.bestie-time-panel > div {\n  display: grid;\n  gap: 7px;\n}\n\n.bestie-time-panel button {\n  min-height: 38px;\n  border: 1px solid var(--color-border);\n  border-radius: 9px;\n  background: #fff;\n  color: var(--color-text);\n  cursor: pointer;\n  font-size: 11px;\n}\n\n.bestie-time-panel button.selected {\n  border-color: var(--color-text);\n  background: var(--color-text);\n  color: #fff;\n}\n\n.bestie-booking-notes {\n  margin-top: 20px;\n}\n\n.bestie-booking-footer {\n  margin-top: 20px;\n  padding-top: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  border-top: 1px solid var(--color-border);\n}\n\n.bestie-booking-footer > div {\n  display: grid;\n  gap: 6px;\n}\n\n.bestie-booking-footer strong {\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 18px;\n  font-weight: 400;\n}\n\n.bestie-booking-footer > div span {\n  color: var(--color-muted);\n  font-size: 10px;\n}\n\n.bestie-booking-footer .bestie-button:disabled {\n  cursor: default;\n  opacity: 0.45;\n}\n\n.bestie-nav-cta {\n  border-color: var(--color-text);\n  color: var(--color-text);\n}\n\n.bestie-price-top strong,\n.bestie-addons > div strong {\n  color: var(--color-text);\n}\n\n.scroll-reveal-pending {\n  opacity: 0;\n  transform: translateY(12px);\n}\n\n.scroll-reveal-pending.scroll-reveal-visible {\n  opacity: 1;\n  transform: translateY(0);\n  transition: opacity 0.48s ease, transform 0.48s ease;\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .scroll-reveal-pending,\n  .scroll-reveal-pending.scroll-reveal-visible {\n    opacity: 1;\n    transform: none;\n    transition: none;\n  }\n}\n\n@media (max-width: 820px) {\n  .bestie-booking-fields {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 680px) {\n  .bestie-booking-form {\n    padding: 18px;\n  }\n\n  .bestie-booking-fields,\n  .bestie-calendar-card {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-calendar-main {\n    padding: 20px 14px;\n  }\n\n  .bestie-time-panel {\n    max-height: 220px;\n    border-top: 1px solid var(--color-border);\n    border-left: 0;\n  }\n\n  .bestie-time-panel > div {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .bestie-booking-footer {\n    align-items: stretch;\n    flex-direction: column;\n  }\n\n  .bestie-booking-footer .bestie-button {\n    width: 100%;\n  }\n}\n\n\/* Shared premium editorial system \u2014 homepage and B2C *\/\n.path-home {\n  --color-primary: #9a4b45;\n  --color-primary-hover: #7f3d38;\n  --color-background: #fbf7f2;\n  --color-surface: #f4eee8;\n  --color-text: #0f2433;\n  --color-muted: rgba(15, 36, 51, 0.68);\n  --color-border: rgba(15, 36, 51, 0.13);\n  --serif: \"ivypresto-display\", serif;\n  --sans: \"calmetta\", sans-serif;\n  background: var(--color-background);\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-weight: 300;\n}\n\n.bestie-page {\n  --color-primary: #991b1f;\n  --color-primary-hover: #7f1518;\n  --color-background: #ffffff;\n  --color-surface: #faf7f5;\n  --color-text: #0f2433;\n  --color-muted: rgba(15, 36, 51, 0.64);\n  --color-border: rgba(15, 36, 51, 0.11);\n  --serif: \"ivypresto-display\", serif;\n  --sans: \"calmetta\", sans-serif;\n  min-height: 100vh;\n  background: var(--color-background);\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-weight: 300;\n}\n\n.path-home :is(h1, h2, h3),\n.bestie-page :is(h1, h2, h3) {\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-weight: 400;\n  letter-spacing: 0;\n}\n\n.bestie-page .bestie-story-caption h3 {\n  color: #fbf7f2;\n}\n\n.bestie-page .bestie-story-caption small {\n  color: rgba(251, 247, 242, 0.78);\n}\n\n.bestie-page .bestie-story-link {\n  color: var(--color-primary);\n}\n\n.path-home-shell,\n.path-home-hero,\n.path-home-header,\n.bestie-shell,\n.bestie-hero,\n.bestie-header {\n  width: min(1180px, calc(100% - 48px));\n}\n\n.path-home-header,\n.bestie-header {\n  border-color: var(--color-border);\n}\n\n.path-home-brand,\n.bestie-brand {\n  color: var(--color-text);\n}\n\n.path-home-hero h1,\n.bestie-hero h1 {\n  color: var(--color-text);\n  font-size: clamp(40px, 4.5vw, 58px);\n  line-height: 1.02;\n}\n\n.path-home-lead,\n.bestie-hero-lead {\n  color: var(--color-text);\n  font-size: 21px;\n  line-height: 1.24;\n}\n\n.path-home-body,\n.path-home-heading > p,\n.path-home-footer > .path-home-shell > p:not(.path-home-eyebrow),\n.bestie-hero-text,\n.bestie-section-heading > p,\n.bestie-pricing-heading > p:last-child,\n.bestie-faq-layout > div:first-child > p:not(.bestie-eyebrow),\n.bestie-audience-grid p,\n.bestie-rules-grid p,\n.bestie-why-grid p,\n.bestie-story-card p,\n.bestie-coming-soon p,\n.bestie-footer > .bestie-shell > p:not(.bestie-eyebrow) {\n  color: var(--color-muted);\n}\n\n.path-home-badges span,\n.bestie-facts span {\n  border-color: var(--color-border);\n  color: var(--color-text);\n}\n\n.path-home-heading h2,\n.path-home-footer h2,\n.bestie-section-heading h2,\n.bestie-pricing-heading h2,\n.bestie-details h2,\n.bestie-faq h2,\n.bestie-solves h2,\n.bestie-portfolio h2,\n.bestie-footer h2 {\n  color: var(--color-text);\n  font-size: clamp(36px, 4vw, 50px);\n  line-height: 1.04;\n}\n\n.path-home-offers,\n.path-home-footer,\n.bestie-story-card,\n.bestie-rules-grid article,\n.bestie-audience-grid article,\n.bestie-footer {\n  background: var(--color-background);\n}\n\n.bestie-audiences,\n.bestie-pricing,\n.bestie-rules,\n.bestie-faq,\n.bestie-coming-soon {\n  background: var(--color-surface);\n}\n\n.bestie-solves,\n.bestie-portfolio {\n  background: var(--color-surface);\n}\n\n.bestie-solves .bestie-eyebrow,\n.bestie-portfolio .bestie-eyebrow {\n  color: var(--color-primary);\n}\n\n.bestie-solves li {\n  border-color: var(--color-border);\n  color: var(--color-text);\n}\n\n.bestie-solves li::before {\n  color: var(--color-primary);\n}\n\n.bestie-portfolio p:not(.bestie-eyebrow) {\n  color: var(--color-muted);\n}\n\n.bestie-portfolio figure {\n  background: var(--color-background);\n}\n\n.bestie-portfolio figcaption {\n  color: var(--color-muted);\n}\n\n.bestie-portfolio .bestie-button-outline {\n  border-color: var(--color-primary);\n  color: var(--color-primary);\n}\n\n.bestie-button-primary,\n.path-home-button.primary,\n.path-home-button.light,\n.path-home-card-copy strong {\n  background: var(--color-primary);\n}\n\n.bestie-button-outline,\n.path-home-button.secondary,\n.path-home-button.ghost {\n  border-color: var(--color-primary);\n  color: var(--color-primary);\n}\n\n.path-home-offers,\n.path-home-footer,\n.bestie-audience-grid article,\n.bestie-story-card,\n.bestie-creative-terms,\n.bestie-rules-grid article,\n.bestie-why-grid article,\n.bestie-faq details,\n.bestie-footer-bottom {\n  border-color: var(--color-border);\n}\n\n@media (max-width: 680px) {\n  .path-home-shell,\n  .path-home-hero,\n  .path-home-header,\n  .bestie-shell,\n  .bestie-hero,\n  .bestie-header {\n    width: min(100% - 32px, 1180px);\n  }\n\n  .path-home-hero h1,\n  .bestie-hero h1 {\n    font-size: 40px;\n    line-height: 1.04;\n  }\n\n  .path-home-heading h2,\n  .path-home-footer h2,\n  .bestie-section-heading h2,\n  .bestie-pricing-heading h2,\n  .bestie-details h2,\n  .bestie-faq h2,\n  .bestie-solves h2,\n  .bestie-portfolio h2,\n  .bestie-footer h2 {\n    font-size: 35px;\n    line-height: 1.06;\n  }\n}\n\n\/* Selectable Paris video story gallery *\/\n.bestie-stories-carousel {\n  margin-top: 42px;\n}\n\n.bestie-location-filter {\n  margin-bottom: 24px;\n}\n\n.bestie-location-heading {\n  display: flex;\n  align-items: end;\n  justify-content: space-between;\n  gap: 20px;\n  margin-bottom: 16px;\n}\n\n.bestie-location-heading > span {\n  color: var(--color-primary);\n  font-family: var(--font-sans);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.bestie-location-heading > strong {\n  max-width: 520px;\n  color: var(--color-text);\n  font-family: var(--font-serif);\n  font-size: clamp(28px, 3.4vw, 46px);\n  font-weight: 400;\n  line-height: 1;\n  text-align: right;\n  text-wrap: balance;\n}\n\n.bestie-location-cards {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  gap: 10px;\n}\n\n.bestie-location-cards button {\n  position: relative;\n  min-width: 0;\n  aspect-ratio: 4 \/ 5;\n  overflow: hidden;\n  padding: 0;\n  border: 1px solid var(--color-border);\n  border-radius: 22px;\n  background: #ffffff;\n  cursor: pointer;\n  text-align: left;\n  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;\n}\n\n.bestie-location-cards button > img {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  transition: transform 420ms ease;\n}\n\n.bestie-location-cards button:nth-child(2) > img {\n  object-position: 50% 35%;\n}\n\n.bestie-location-cards button:nth-child(3) > img {\n  object-position: 50% 42%;\n}\n\n.bestie-location-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, rgba(9, 20, 28, 0.03) 18%, rgba(9, 20, 28, 0.84) 100%);\n  transition: background 180ms ease;\n}\n\n.bestie-location-copy {\n  position: absolute;\n  z-index: 2;\n  inset: auto 18px 18px;\n  display: grid;\n  gap: 6px;\n  color: #ffffff;\n}\n\n.bestie-location-copy small {\n  font-family: var(--font-sans);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  opacity: 0.78;\n}\n\n.bestie-location-copy strong {\n  font-family: var(--font-serif);\n  font-size: clamp(24px, 2.1vw, 34px);\n  font-weight: 400;\n  line-height: 1;\n}\n\n.bestie-location-copy em {\n  max-width: 25ch;\n  font-family: var(--font-sans);\n  font-size: 11px;\n  font-style: normal;\n  line-height: 1.45;\n  opacity: 0.82;\n}\n\n.bestie-location-arrow {\n  position: absolute;\n  z-index: 2;\n  top: 14px;\n  right: 14px;\n  display: grid;\n  width: 36px;\n  height: 36px;\n  place-items: center;\n  border: 1px solid rgba(255, 255, 255, 0.64);\n  border-radius: 999px;\n  color: #ffffff;\n  font-size: 16px;\n  transition: color 180ms ease, background 180ms ease, transform 180ms ease;\n}\n\n.bestie-location-cards button:hover,\n.bestie-location-cards button:focus-visible {\n  border-color: rgba(153, 27, 31, 0.4);\n  box-shadow: 0 14px 30px rgba(16, 38, 52, 0.1);\n  transform: translateY(-3px);\n}\n\n.bestie-location-cards button:hover > img,\n.bestie-location-cards button:focus-visible > img {\n  transform: scale(1.035);\n}\n\n.bestie-location-cards button.active {\n  border-color: var(--color-primary);\n  box-shadow: 0 0 0 2px rgba(153, 27, 31, 0.12), 0 14px 30px rgba(16, 38, 52, 0.08);\n}\n\n.bestie-location-cards button.active .bestie-location-arrow {\n  border-color: var(--color-primary);\n  background: var(--color-primary);\n  transform: rotate(45deg);\n}\n\n.bestie-location-results {\n  padding-top: 20px;\n  border-top: 1px solid var(--color-border);\n}\n\n.bestie-stories-controls {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  margin-bottom: 20px;\n}\n\n.bestie-stories-controls p {\n  margin: 0;\n  color: var(--color-muted);\n  font-size: 14px;\n}\n\n.bestie-stories-controls p span {\n  color: var(--color-text);\n  font-weight: 700;\n}\n\n.bestie-stories-controls > div {\n  display: flex;\n  gap: 8px;\n}\n\n.bestie-stories-controls button {\n  width: 42px;\n  height: 42px;\n  border: 1px solid var(--color-border);\n  border-radius: 999px;\n  background: transparent;\n  color: var(--color-text);\n  cursor: pointer;\n  transition: border-color 180ms ease, background 180ms ease;\n}\n\n.bestie-stories-controls button:hover,\n.bestie-stories-controls button:focus-visible {\n  border-color: var(--color-text);\n  background: var(--color-background);\n}\n\n.bestie-stories-track {\n  display: grid;\n  grid-auto-flow: column;\n  grid-auto-columns: minmax(270px, 320px);\n  gap: 18px;\n  overflow-x: auto;\n  padding: 4px 4px 20px;\n  scroll-snap-type: x proximity;\n  scrollbar-width: thin;\n  scrollbar-color: var(--color-border) transparent;\n}\n\n.bestie-stories-track article {\n  scroll-snap-align: start;\n  padding: 10px;\n  border: 1px solid var(--color-border);\n  border-radius: 26px;\n  background: var(--color-background);\n  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;\n}\n\n.bestie-stories-track article:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 18px 38px rgba(15, 36, 51, 0.08);\n}\n\n.bestie-stories-track article.selected {\n  border-color: color-mix(in srgb, var(--color-primary) 60%, var(--color-border));\n}\n\n.bestie-stories-empty {\n  grid-column: 1 \/ -1;\n  width: min(100%, 620px);\n  min-height: 220px;\n  padding: 30px;\n  display: grid;\n  align-content: center;\n  gap: 10px;\n  border: 1px solid var(--color-border);\n  border-radius: 24px;\n  background: var(--color-surface);\n}\n\n.bestie-stories-empty small {\n  color: var(--color-primary);\n  font-family: var(--font-sans);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n\n.bestie-stories-empty strong {\n  color: var(--color-text);\n  font-family: var(--font-serif);\n  font-size: clamp(26px, 3vw, 38px);\n  font-weight: 400;\n}\n\n.bestie-stories-empty p {\n  max-width: 50ch;\n  margin: 0;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n.bestie-story-media {\n  position: relative;\n  aspect-ratio: 3 \/ 4;\n  overflow: hidden;\n  border-radius: 18px;\n  background: #e8e0d8;\n}\n\n.bestie-story-media-link {\n  position: relative;\n  z-index: 1;\n  width: 100%;\n  height: 100%;\n  display: block;\n  color: inherit;\n  text-decoration: none;\n}\n\n.bestie-story-media img,\n.bestie-story-media video {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n  transition: transform 500ms ease;\n}\n\n.bestie-stories-track article:hover .bestie-story-media img,\n.bestie-stories-track article:hover .bestie-story-media video {\n  --media-scale: 1.025;\n}\n\n.bestie-story-gradient {\n  position: absolute;\n  inset: 35% 0 0;\n  background: linear-gradient(180deg, transparent, rgba(9, 20, 28, 0.78));\n  pointer-events: none;\n}\n\n.bestie-story-number,\n.bestie-story-format {\n  position: absolute;\n  z-index: 2;\n  top: 14px;\n  padding: 7px 10px;\n  border-radius: 999px;\n  background: rgba(251, 247, 242, 0.9);\n  color: var(--color-text);\n  font-family: var(--font-sans);\n  font-size: 10px;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  backdrop-filter: blur(8px);\n}\n\n.bestie-story-number {\n  left: 14px;\n}\n\n.bestie-story-format {\n  right: 14px;\n}\n\n.bestie-story-media-cta {\n  position: absolute;\n  left: 14px;\n  bottom: 14px;\n  z-index: 2;\n  padding: 8px 12px;\n  border-radius: 999px;\n  background: rgba(9, 20, 28, 0.78);\n  color: #ffffff;\n  font-family: var(--font-sans);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  backdrop-filter: blur(8px);\n}\n\n.bestie-story-caption {\n  position: absolute;\n  z-index: 2;\n  inset: auto 18px 18px;\n  padding: 14px 16px 13px;\n  border-radius: 20px;\n  background: rgba(9, 20, 28, 0.88);\n  backdrop-filter: blur(8px);\n  color: #fff;\n}\n\n.bestie-story-caption small {\n  display: block;\n  margin-bottom: 6px;\n  font-family: var(--font-sans);\n  font-size: 10px;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: rgba(255, 255, 255, 0.82);\n}\n\n.bestie-story-caption h3 {\n  margin: 0;\n  color: #faf7f3;\n  font-family: var(--font-serif);\n  font-size: 24px;\n  font-weight: 400;\n  line-height: 1.04;\n  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);\n  text-wrap: balance;\n}\n\n.bestie-stories-track article > p {\n  min-height: 72px;\n  margin: 16px 6px 14px;\n  color: var(--color-text);\n  font-size: 15px;\n  line-height: 1.5;\n}\n\n.bestie-story-link {\n  margin: 0 6px 14px;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  color: var(--color-primary);\n  font-family: var(--font-sans);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  text-decoration: none;\n}\n\n.bestie-story-link:hover,\n.bestie-story-link:focus-visible {\n  text-decoration: underline;\n  text-underline-offset: 3px;\n}\n\n.bestie-stories-track article > button {\n  width: calc(100% - 12px);\n  min-height: 44px;\n  margin: 0 6px 6px;\n  padding: 0 16px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  border: 1px solid var(--color-text);\n  border-radius: 999px;\n  background: transparent;\n  color: var(--color-text);\n  font-family: var(--font-sans);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  cursor: pointer;\n}\n\n.bestie-stories-track article.selected > button {\n  border-color: var(--color-text);\n  background: var(--color-text);\n  color: var(--color-background);\n}\n\n@media (max-width: 680px) {\n  .bestie-stories-carousel {\n    margin-top: 28px;\n  }\n\n  .bestie-location-filter {\n    margin-bottom: 18px;\n  }\n\n  .bestie-location-heading {\n    align-items: start;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .bestie-location-heading > strong {\n    max-width: 12ch;\n    text-align: left;\n  }\n\n  .bestie-location-cards {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 8px;\n  }\n\n  .bestie-location-cards button {\n    width: 100%;\n    border-radius: 18px;\n  }\n\n  .bestie-location-copy {\n    inset: auto 12px 13px;\n    gap: 4px;\n  }\n\n  .bestie-location-copy strong {\n    font-size: 23px;\n  }\n\n  .bestie-location-copy em {\n    display: none;\n  }\n\n  .bestie-location-arrow {\n    top: 10px;\n    right: 10px;\n    width: 32px;\n    height: 32px;\n  }\n\n  .bestie-stories-empty {\n    min-height: 190px;\n    padding: 22px;\n  }\n\n  .bestie-stories-controls {\n    align-items: flex-end;\n  }\n\n  .bestie-stories-controls p {\n    max-width: 210px;\n  }\n\n  .bestie-stories-controls > div {\n    display: none;\n  }\n\n  .bestie-stories-track {\n    width: calc(100% + 16px);\n    grid-auto-columns: minmax(255px, 82vw);\n    margin-right: -16px;\n    padding-right: 24px;\n  }\n\n  .bestie-story-media-cta {\n    left: 10px;\n    bottom: 10px;\n    padding: 7px 10px;\n    font-size: 9px;\n  }\n\n  .bestie-story-caption {\n    inset: auto 14px 14px;\n  }\n\n  .bestie-story-caption h3 {\n    font-size: 22px;\n  }\n}\n\n\/* Final low-burgundy refinements *\/\n.bestie-nav-cta {\n  border-color: var(--color-text);\n  color: var(--color-text);\n}\n\n.bestie-price-top strong,\n.bestie-addons > div strong {\n  color: var(--color-text);\n}\n\n@media (min-width: 681px) and (max-width: 820px) {\n  .service-offers-content .service-card-top {\n    display: grid;\n  }\n\n  .service-offers-content .service-card-top > strong {\n    max-width: none;\n    text-align: left;\n  }\n}\n\n\/* Brand services *\/\n.brand-services-page {\n  min-width: 0;\n  overflow-x: clip;\n  background: var(--color-background);\n}\n\n.language-switch a {\n  min-width: 32px;\n  min-height: 28px;\n  padding: 0;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 999px;\n  color: var(--color-muted);\n  font-size: 10px;\n  font-weight: 700;\n}\n\n.language-switch a.active {\n  background: var(--color-primary);\n  color: var(--white);\n}\n\n.brand-hero .hero-content {\n  width: min(880px, 90%);\n}\n\n.brand-hero .hero-content h1 {\n  font-size: clamp(46px, 5.4vw, 72px);\n}\n\n.brand-selector-section {\n  scroll-margin-top: 76px;\n  background: #fffaf6;\n}\n\n.brand-selector-heading {\n  max-width: 780px;\n  margin-bottom: 42px;\n}\n\n.brand-selector-heading h2,\n.brand-contact h2 {\n  margin-bottom: 18px;\n  font-size: clamp(44px, 5vw, 64px);\n  line-height: 0.98;\n}\n\n.brand-selector-heading > p:last-child,\n.brand-contact-layout > div > p:last-child {\n  max-width: 620px;\n  margin-bottom: 0;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.brand-need-tabs {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.brand-need-tabs button {\n  min-width: 0;\n  min-height: 150px;\n  padding: 24px;\n  border: 1px solid var(--color-border);\n  border-radius: 16px;\n  background: var(--white);\n  color: var(--color-text);\n  cursor: pointer;\n  text-align: left;\n  transition: border-color 220ms ease, background 220ms ease, transform 220ms ease;\n}\n\n.brand-need-tabs button:hover {\n  border-color: rgba(139, 12, 15, 0.45);\n  transform: translateY(-2px);\n}\n\n.brand-need-tabs button.active {\n  border-color: var(--color-primary);\n  background: var(--color-primary);\n  color: var(--white);\n}\n\n.brand-need-tabs button:focus-visible,\n.brand-service-card button:focus-visible,\n.brand-enquiry-form :is(input, select, textarea, button):focus-visible {\n  outline: 3px solid rgba(139, 12, 15, 0.34);\n  outline-offset: 3px;\n}\n\n.brand-need-tabs strong,\n.brand-need-tabs span {\n  display: block;\n}\n\n.brand-need-tabs strong {\n  margin-bottom: 13px;\n  font-family: var(--serif);\n  font-size: 25px;\n  font-weight: 400;\n  line-height: 1.05;\n}\n\n.brand-need-tabs span {\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.55;\n}\n\n.brand-need-tabs button.active span {\n  color: rgba(255, 255, 255, 0.78);\n}\n\n.brand-service-panel {\n  margin-top: 28px;\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr));\n  gap: 14px;\n  animation: brand-service-in 240ms ease both;\n}\n\n@keyframes brand-service-in {\n  from { opacity: 0; transform: translateY(8px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.brand-service-card {\n  min-width: 0;\n  padding: 32px;\n  display: flex;\n  flex-direction: column;\n  border: 1px solid var(--color-border);\n  border-radius: 16px;\n  background: var(--white);\n  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease, border-color 240ms ease;\n}\n\n.brand-service-card.featured {\n  border-color: rgba(139, 12, 15, 0.55);\n  box-shadow: 0 22px 60px rgba(80, 34, 35, 0.09);\n}\n\n.brand-service-card:hover {\n  transform: translateY(-3px);\n  border-color: rgba(139, 12, 15, 0.24);\n  box-shadow: 0 22px 50px rgba(15, 36, 51, 0.09);\n}\n\n.brand-service-top {\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 18px;\n}\n\n.brand-service-top > span {\n  padding: 7px 10px;\n  border: 1px solid rgba(139, 12, 15, 0.2);\n  border-radius: 999px;\n  color: var(--color-primary);\n  font-size: 8px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n}\n\n.brand-service-top > strong {\n  color: var(--color-primary);\n  font-family: var(--serif);\n  font-size: 27px;\n  font-weight: 400;\n  line-height: 1;\n  text-align: right;\n}\n\n.brand-service-card h3 {\n  margin: 34px 0 13px;\n  font-size: 34px;\n  line-height: 1;\n}\n\n.brand-service-card > p {\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.65;\n}\n\n.brand-service-card ul {\n  margin: 14px 0 27px;\n  padding: 0;\n  list-style: none;\n}\n\n.brand-service-card li {\n  padding: 8px 0 8px 20px;\n  position: relative;\n  color: #48555d;\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.brand-service-card li::before {\n  position: absolute;\n  left: 0;\n  color: var(--color-primary);\n  content: \"\u2713\";\n  font-weight: 700;\n}\n\n.brand-service-card .button {\n  width: 100%;\n  margin-top: auto;\n}\n\n.brand-about {\n  background: #fffaf6;\n}\n\n.brand-contact {\n  scroll-margin-top: 76px;\n  background: var(--color-surface);\n}\n\n.brand-contact-layout {\n  display: grid;\n  grid-template-columns: 0.72fr 1.28fr;\n  gap: 90px;\n  align-items: start;\n}\n\n.brand-enquiry-form {\n  padding: 34px;\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 20px;\n  border: 1px solid rgba(139, 12, 15, 0.14);\n  border-radius: 16px;\n  background: var(--white);\n  box-shadow: 0 22px 60px rgba(80, 34, 35, 0.07);\n}\n\n.brand-enquiry-form label {\n  min-width: 0;\n  display: grid;\n  gap: 8px;\n  color: var(--color-text);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.brand-enquiry-form :is(input, select, textarea) {\n  width: 100%;\n  min-width: 0;\n  border: 1px solid var(--color-border);\n  border-radius: 10px;\n  background: #fffdfb;\n  color: var(--color-text);\n  font-family: var(--sans);\n  font-size: 14px;\n  text-transform: none;\n}\n\n.brand-enquiry-form :is(input, select) {\n  min-height: 48px;\n  padding: 0 13px;\n}\n\n.brand-enquiry-form textarea {\n  padding: 13px;\n  resize: vertical;\n}\n\n.brand-enquiry-form .full {\n  grid-column: 1 \/ -1;\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .brand-service-panel { animation: none; }\n  .brand-need-tabs button { transition: none; }\n  html { scroll-behavior: auto; }\n}\n\n@media (max-width: 1020px) {\n  .brand-need-tabs { grid-template-columns: 1fr; }\n  .brand-need-tabs button { min-height: 120px; }\n  .brand-contact-layout { grid-template-columns: 1fr; gap: 44px; }\n}\n\n@media (max-width: 680px) {\n  .brand-hero .hero-content h1 { font-size: 43px; }\n  .brand-hero .hero-content > p:not(.hero-kicker) { font-size: 13px; }\n  .brand-selector-heading h2,\n  .brand-contact h2 { font-size: 42px; }\n  .brand-need-tabs button { min-height: auto; padding: 21px; }\n  .brand-service-card { padding: 26px 22px; }\n  .brand-service-top { flex-direction: column; }\n  .brand-service-top > strong { font-size: 31px; text-align: left; }\n  .brand-service-card h3 { margin-top: 26px; font-size: 31px; }\n  .brand-enquiry-form { padding: 23px 18px; grid-template-columns: 1fr; }\n  .brand-enquiry-form .full { grid-column: auto; }\n}\n\n\/* Paris Content Bestie *\/\n.bestie-shell,\n.bestie-hero,\n.bestie-header {\n  width: min(1180px, calc(100% - 48px));\n  margin-inline: auto;\n}\n\n.bestie-header {\n  min-height: 76px;\n  display: grid;\n  grid-template-columns: 1fr auto 1fr;\n  align-items: center;\n  gap: 32px;\n  border-bottom: 1px solid rgba(139, 12, 15, 0.16);\n}\n\n.bestie-brand {\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 22px;\n}\n\n.bestie-header nav {\n  display: flex;\n  gap: 26px;\n  color: #6e625e;\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n.bestie-header nav a:hover {\n  color: #8b0c0f;\n}\n\n.bestie-nav-cta {\n  justify-self: end;\n  padding-bottom: 4px;\n  border-bottom: 1px solid #8b0c0f;\n  color: #8b0c0f;\n  font-size: 11px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.bestie-hero {\n  min-height: 690px;\n  padding: 40px 0 70px;\n  display: grid;\n  grid-template-columns: 0.92fr 1.08fr;\n  gap: 70px;\n  align-items: center;\n}\n\n.bestie-eyebrow {\n  margin-bottom: 16px;\n  color: #8b0c0f;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.2em;\n  text-transform: uppercase;\n}\n\n.bestie-hero h1,\n.bestie-section h2,\n.bestie-footer h2 {\n  color: #17262e;\n  font-family: var(--serif);\n  font-weight: 400;\n  text-wrap: balance;\n}\n\n.bestie-hero h1 {\n  max-width: 580px;\n  margin-bottom: 22px;\n  font-size: clamp(58px, 6.2vw, 88px);\n  line-height: 0.91;\n}\n\n.bestie-hero-lead {\n  margin-bottom: 12px;\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 24px;\n}\n\n.bestie-hero-text {\n  max-width: 560px;\n  margin-bottom: 25px;\n  color: #615b58;\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.bestie-facts {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n}\n\n.bestie-facts span {\n  padding: 8px 12px;\n  border: 1px solid rgba(139, 12, 15, 0.22);\n  border-radius: 999px;\n  color: #8b0c0f;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.bestie-actions {\n  margin-top: 30px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 11px;\n}\n\n.bestie-button {\n  min-height: 48px;\n  padding: 0 21px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 24px;\n  border: 1px solid #8b0c0f;\n  border-radius: 999px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  transition: background 0.2s ease, color 0.2s ease;\n}\n\n.bestie-button-primary {\n  background: #8b0c0f;\n  color: #fff;\n}\n\n.bestie-button-primary:hover {\n  background: #701012;\n}\n\n.bestie-button-outline {\n  background: transparent;\n  color: #8b0c0f;\n}\n\n.bestie-button-outline:hover {\n  background: rgba(139, 12, 15, 0.06);\n}\n\n.bestie-hero-image {\n  position: relative;\n  margin: 0;\n  aspect-ratio: 4 \/ 5;\n  overflow: hidden;\n  border-radius: 34px 34px 92px 92px \/ 30px 30px 42px 42px;\n  background: #eadfd7;\n  box-shadow: 0 20px 55px rgba(15, 36, 51, 0.08);\n  animation: bestie-hero-float 9s ease-in-out infinite;\n  transform-origin: center;\n}\n\n.bestie-hero-image picture,\n.bestie-hero-image img {\n  width: 100%;\n  height: 100%;\n}\n\n.bestie-hero-image img {\n  object-fit: cover;\n  object-position: center 48%;\n}\n\n.bestie-hero-image figcaption {\n  position: absolute;\n  right: 18px;\n  top: 28px;\n  left: 18px;\n  padding: 16px 18px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 20px;\n  border-radius: 12px;\n  background: rgba(255, 250, 246, 0.9);\n  backdrop-filter: blur(10px);\n}\n\n.bestie-hero-image figcaption span {\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 25px;\n}\n\n.bestie-hero-image figcaption small {\n  color: #615b58;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n@keyframes bestie-hero-float {\n  0%, 100% {\n    transform: translateY(0) rotate(0deg);\n  }\n  50% {\n    transform: translateY(-8px) rotate(-0.5deg);\n  }\n}\n\n.bestie-section {\n  padding: 84px 0;\n}\n\n.bestie-section-heading {\n  margin-bottom: 40px;\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 80px;\n  align-items: end;\n}\n\n.bestie-section-heading h2,\n.bestie-pricing-heading h2,\n.bestie-details h2,\n.bestie-faq h2 {\n  margin-bottom: 0;\n  font-size: clamp(44px, 5vw, 66px);\n  line-height: 0.98;\n}\n\n.bestie-section-heading > p,\n.bestie-pricing-heading > p:last-child,\n.bestie-faq-layout > div:first-child > p:not(.bestie-eyebrow) {\n  margin-bottom: 0;\n  color: #6a6360;\n  font-size: 14px;\n  line-height: 1.75;\n}\n\n.bestie-audiences {\n  padding-top: 34px;\n  background: #fffaf6;\n}\n\n.bestie-audiences .bestie-shell {\n  padding-top: 26px;\n  border-top: 1px solid rgba(139, 12, 15, 0.18);\n}\n\n.bestie-audience-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n}\n\n.bestie-audience-grid article {\n  min-height: 330px;\n  padding: 30px;\n  border: 1px solid rgba(139, 12, 15, 0.14);\n  background: #fffaf6;\n}\n\n.bestie-audience-grid article:first-child { border-radius: 18px 0 0 18px; }\n.bestie-audience-grid article:last-child { border-radius: 0 18px 18px 0; }\n.bestie-audience-grid article + article { border-left: 0; }\n.bestie-audience-grid article > span,\n.bestie-rules-grid article > span,\n.bestie-why-grid article > span {\n  color: #8b0c0f;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n}\n\n.bestie-audience-grid h3 {\n  margin: 72px 0 16px;\n  font-size: 30px;\n}\n\n.bestie-audience-grid p,\n.bestie-rules-grid p,\n.bestie-why-grid p {\n  margin-bottom: 0;\n  color: #6a6360;\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n.bestie-audience-grid article > a {\n  margin-top: 20px;\n  display: inline-block;\n  color: #8b0c0f;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.bestie-solves {\n  background: #8b0c0f;\n}\n\n.bestie-split {\n  display: grid;\n  grid-template-columns: 0.85fr 1.15fr;\n  gap: 110px;\n}\n\n.bestie-solves .bestie-eyebrow,\n.bestie-solves h2 {\n  color: #fffaf6;\n}\n\n.bestie-solves h2 {\n  margin-bottom: 0;\n  font-size: clamp(44px, 5vw, 64px);\n  line-height: 0.98;\n}\n\n.bestie-solves ul {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.bestie-solves li {\n  padding: 18px 0 18px 28px;\n  position: relative;\n  border-top: 1px solid rgba(255,255,255,0.26);\n  color: rgba(255,250,246,0.9);\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n.bestie-solves li::before {\n  position: absolute;\n  left: 0;\n  content: \"\u2713\";\n  color: #fff;\n}\n\n.bestie-story-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 14px;\n}\n\n.bestie-story-card {\n  overflow: hidden;\n  border: 1px solid rgba(139, 12, 15, 0.14);\n  border-radius: 18px;\n  background: #fff;\n}\n\n.bestie-story-card picture {\n  height: 460px;\n  display: block;\n  overflow: hidden;\n}\n\n.bestie-story-card img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center 44%;\n  transition: transform 0.4s ease;\n}\n\n.bestie-story-card:hover img { transform: scale(1.025); }\n.bestie-story-card > div { padding: 30px; }\n.bestie-story-card span {\n  color: #8b0c0f;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.13em;\n  text-transform: uppercase;\n}\n\n.bestie-story-card h3 {\n  margin: 12px 0 13px;\n  font-size: 34px;\n}\n\n.bestie-story-card p {\n  margin-bottom: 0;\n  color: #6a6360;\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n.bestie-coming-soon {\n  margin-top: 24px;\n  padding: 25px 28px;\n  display: grid;\n  grid-template-columns: 0.75fr 1.3fr auto;\n  gap: 30px;\n  align-items: center;\n  border: 1px solid rgba(139, 12, 15, 0.17);\n  border-radius: 16px;\n  background: #f6ede6;\n}\n\n.bestie-coming-soon p {\n  margin: 0;\n  color: #6a6360;\n  font-size: 12px;\n  line-height: 1.55;\n}\n\n.bestie-coming-soon a {\n  color: #8b0c0f;\n  font-size: 10px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.bestie-pricing {\n  background: #f6ede6;\n}\n\n.bestie-pricing-heading {\n  max-width: 780px;\n  margin-bottom: 50px;\n}\n\n.bestie-pricing-heading > p:last-child {\n  max-width: 650px;\n  margin-top: 20px;\n}\n\n.bestie-price-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  align-items: stretch;\n}\n\n.bestie-price-grid article {\n  padding: 26px;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  border: 1px solid var(--color-border);\n  border-radius: 18px;\n  background: #ffffff;\n}\n\n.bestie-price-grid article.featured {\n  border-color: var(--color-border);\n  background: #ffffff;\n  box-shadow: 0 18px 42px rgba(15, 36, 51, 0.07);\n}\n\n.bestie-popular {\n  position: absolute;\n  top: -12px;\n  right: 24px;\n  padding: 7px 12px;\n  border-radius: 999px;\n  background: #8b0c0f;\n  color: #fff;\n  font-size: 8px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n}\n\n.bestie-price-top {\n  padding-bottom: 25px;\n  display: flex;\n  justify-content: space-between;\n  gap: 18px;\n  border-bottom: 1px solid rgba(139, 12, 15, 0.14);\n}\n\n.bestie-price-top h3 {\n  margin-bottom: 5px;\n  font-size: 30px;\n}\n\n.bestie-price-top p {\n  margin-bottom: 0;\n  color: #6a6360;\n  font-size: 11px;\n}\n\n.bestie-price-top strong {\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 42px;\n  font-weight: 400;\n  line-height: 0.95;\n}\n\n.bestie-package-audience {\n  margin-top: 22px;\n  display: inline-flex;\n  align-self: flex-start;\n  padding: 7px 10px;\n  border: 1px solid rgba(139, 12, 15, 0.2);\n  border-radius: 999px;\n  color: #8b0c0f;\n  font-size: 8px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.bestie-price-grid article.featured .bestie-package-audience {\n  background: #8b0c0f;\n  color: #fff;\n}\n\n.bestie-package-description {\n  min-height: 68px;\n  margin: 16px 0 13px;\n  color: #6a6360;\n  font-size: 12px;\n  line-height: 1.6;\n}\n\n.bestie-price-grid ul,\n.bestie-inclusions ul {\n  margin: 0 0 28px;\n  padding: 0;\n  list-style: none;\n}\n\n.bestie-price-grid li,\n.bestie-inclusions li {\n  padding: 8px 0 8px 21px;\n  position: relative;\n  color: #554f4d;\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.bestie-price-grid li::before,\n.bestie-inclusions li::before {\n  position: absolute;\n  left: 0;\n  color: #8b0c0f;\n  content: \"\u2713\";\n  font-weight: 700;\n}\n\n.bestie-price-grid .bestie-button {\n  width: 100%;\n  margin-top: auto;\n}\n\n.bestie-creative-terms {\n  margin-top: 24px;\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  border: 1px solid rgba(139, 12, 15, 0.17);\n  border-radius: 16px;\n  background: #fffaf6;\n}\n\n.bestie-creative-terms p {\n  margin: 0;\n  padding: 20px 22px;\n}\n\n.bestie-creative-terms p + p {\n  border-left: 1px solid rgba(139, 12, 15, 0.17);\n}\n\n.bestie-creative-terms strong,\n.bestie-creative-terms span {\n  display: block;\n}\n\n.bestie-creative-terms strong {\n  margin-bottom: 8px;\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 19px;\n  font-weight: 400;\n}\n\n.bestie-creative-terms span {\n  color: #6a6360;\n  font-size: 11px;\n  line-height: 1.6;\n}\n\n.bestie-pricing-notes {\n  margin-top: 24px;\n  text-align: center;\n}\n\n.bestie-pricing-notes p {\n  margin: 5px 0;\n  color: #847b77;\n  font-size: 10px;\n  line-height: 1.5;\n}\n\n.bestie-pricing-notes a {\n  margin-top: 15px;\n  display: inline-block;\n  color: #8b0c0f;\n  font-size: 10px;\n  font-weight: 700;\n  text-transform: uppercase;\n}\n\n.bestie-creator-day {\n  background: #fffaf6;\n}\n\n.bestie-creator-layout {\n  display: grid;\n  grid-template-columns: 0.85fr 1.15fr;\n  gap: 90px;\n  align-items: center;\n}\n\n.bestie-creator-intro h2,\n.bestie-premium h2 {\n  margin-bottom: 18px;\n  font-size: clamp(48px, 5.5vw, 72px);\n  line-height: 0.94;\n}\n\n.bestie-creator-lead,\n.bestie-premium-lead {\n  color: #8b0c0f !important;\n  font-family: var(--serif);\n  font-size: 23px !important;\n  line-height: 1.2 !important;\n}\n\n.bestie-creator-intro > p:not(.bestie-eyebrow),\n.bestie-premium-layout > div:first-child > p:not(.bestie-eyebrow) {\n  max-width: 540px;\n  color: #6a6360;\n  font-size: 13px;\n  line-height: 1.7;\n}\n\n.bestie-creator-intro aside {\n  margin-top: 26px;\n  padding: 19px 21px;\n  border-left: 3px solid #8b0c0f;\n  background: #f6ede6;\n  color: #6a6360;\n  font-size: 12px;\n  line-height: 1.6;\n}\n\n.bestie-creator-offer {\n  padding: 42px;\n  border: 1px solid rgba(139, 12, 15, 0.2);\n  border-radius: 18px;\n  background: #f6ede6;\n  box-shadow: 0 24px 70px rgba(89, 19, 22, 0.09);\n}\n\n.bestie-creator-price {\n  padding-bottom: 28px;\n  display: flex;\n  justify-content: space-between;\n  gap: 25px;\n  border-bottom: 1px solid rgba(139, 12, 15, 0.18);\n}\n\n.bestie-creator-price span {\n  display: block;\n  color: #17262e;\n  font-family: var(--serif);\n  font-size: 31px;\n}\n\n.bestie-creator-price small {\n  display: block;\n  margin-top: 7px;\n  color: #746b67;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.bestie-creator-price strong {\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 48px;\n  font-weight: 400;\n}\n\n.bestie-creator-offer > p {\n  margin: 25px 0 16px;\n  color: #6a6360;\n  font-size: 12px;\n  line-height: 1.65;\n}\n\n.bestie-creator-offer ul,\n.bestie-premium-card ul {\n  margin: 0 0 26px;\n  padding: 0;\n  list-style: none;\n}\n\n.bestie-creator-offer li,\n.bestie-premium-card li {\n  padding: 8px 0 8px 21px;\n  position: relative;\n  color: #554f4d;\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.bestie-creator-offer li::before,\n.bestie-premium-card li::before {\n  position: absolute;\n  left: 0;\n  color: #8b0c0f;\n  content: \"\u2713\";\n  font-weight: 700;\n}\n\n.bestie-details-grid {\n  max-width: 760px;\n  margin-inline: auto;\n}\n\n.bestie-addons > div {\n  margin-top: 36px;\n  border-top: 1px solid rgba(139, 12, 15, 0.17);\n}\n\n.bestie-addons > div p {\n  margin: 0;\n  padding: 17px 0;\n  display: flex;\n  justify-content: space-between;\n  gap: 24px;\n  border-bottom: 1px solid rgba(139, 12, 15, 0.17);\n  color: #554f4d;\n  font-size: 12px;\n}\n\n.bestie-addons > div strong { color: #8b0c0f; }\n.bestie-addons aside {\n  margin-top: 25px;\n  padding: 22px;\n  border-left: 3px solid #8b0c0f;\n  background: #f6ede6;\n}\n\n.bestie-addons aside strong {\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 20px;\n  font-weight: 400;\n}\n\n.bestie-addons aside p {\n  margin: 8px 0 0;\n  color: #6a6360;\n  font-size: 12px;\n  line-height: 1.65;\n}\n\n.bestie-inclusions {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 30px;\n}\n\n.bestie-inclusions > div {\n  padding: 28px;\n  border: 1px solid rgba(139, 12, 15, 0.14);\n  border-radius: 16px;\n  background: #fff;\n}\n\n.bestie-inclusions .not-included li::before { content: \"\u2014\"; }\n\n.bestie-rules {\n  padding: 78px 0;\n  background: #f6ede6;\n}\n\n.bestie-rules .bestie-section-heading {\n  margin-bottom: 34px;\n}\n\n.bestie-rules-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n\n.bestie-rules-grid article {\n  min-height: 166px;\n  padding: 23px;\n  border: 1px solid rgba(139, 12, 15, 0.14);\n  border-radius: 16px;\n  background: #fffaf6;\n}\n\n.bestie-rules-grid h3 {\n  margin: 25px 0 8px;\n  font-size: 22px;\n}\n\n.bestie-why-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n}\n\n.bestie-why-grid article {\n  min-height: 300px;\n  padding: 28px;\n  border-top: 1px solid rgba(139, 12, 15, 0.2);\n  border-bottom: 1px solid rgba(139, 12, 15, 0.2);\n}\n\n.bestie-why-grid article + article { border-left: 1px solid rgba(139, 12, 15, 0.2); }\n.bestie-why-grid h3 { margin: 55px 0 14px; font-size: 27px; line-height: 1.05; }\n\n.bestie-portfolio {\n  background: #8b0c0f;\n}\n\n.bestie-portfolio-layout {\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 80px;\n  align-items: center;\n}\n\n.bestie-portfolio figure {\n  margin: 0;\n  overflow: hidden;\n  border-radius: 18px;\n  background: #6f0c0f;\n}\n\n.bestie-portfolio figure picture { height: 540px; display: block; }\n.bestie-portfolio figure img { width: 100%; height: 100%; object-fit: cover; }\n.bestie-portfolio figcaption { padding: 14px 18px; color: rgba(255,250,246,0.7); font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; }\n.bestie-portfolio .bestie-eyebrow,\n.bestie-portfolio h2 { color: #fffaf6; }\n.bestie-portfolio h2 { margin-bottom: 22px; font-size: clamp(44px, 5vw, 66px); line-height: 0.98; }\n.bestie-portfolio p:not(.bestie-eyebrow) { max-width: 510px; margin-bottom: 28px; color: rgba(255,250,246,0.78); font-size: 14px; line-height: 1.75; }\n.bestie-portfolio .bestie-button-outline { border-color: #fffaf6; color: #fffaf6; }\n.bestie-portfolio .bestie-button-outline:hover { background: rgba(255,255,255,0.08); }\n\n.bestie-premium {\n  background: #fffaf6;\n}\n\n.bestie-premium-layout {\n  display: grid;\n  grid-template-columns: 0.9fr 1.1fr;\n  gap: 90px;\n  align-items: center;\n}\n\n.bestie-premium-card {\n  padding: 42px;\n  border: 1px solid rgba(139, 12, 15, 0.2);\n  border-radius: 18px;\n  background: #f6ede6;\n}\n\n.bestie-premium-card > span {\n  margin-bottom: 24px;\n  display: block;\n  color: #8b0c0f;\n  font-family: var(--serif);\n  font-size: 31px;\n}\n\n.bestie-premium-card > p {\n  margin: 0 0 24px;\n  padding-top: 19px;\n  border-top: 1px solid rgba(139, 12, 15, 0.17);\n  color: #6a6360;\n  font-size: 11px;\n  font-weight: 600;\n}\n\n.bestie-faq {\n  background: #f6ede6;\n}\n\n.bestie-faq-layout {\n  display: grid;\n  grid-template-columns: 0.75fr 1.25fr;\n  gap: 72px;\n}\n\n.bestie-faq-layout > div:first-child > p:not(.bestie-eyebrow) { margin-top: 16px; }\n.bestie-faq-layout > div:first-child > a { display: inline-block; margin-top: 18px; color: #8b0c0f; font-size: 11px; font-weight: 700; text-transform: uppercase; }\n.bestie-faq details { border-top: 1px solid rgba(139, 12, 15, 0.18); }\n.bestie-faq details:last-child { border-bottom: 1px solid rgba(139, 12, 15, 0.18); }\n.bestie-faq summary {\n  padding: 16px 0;\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n  color: #17262e;\n  cursor: pointer;\n  font-family: var(--serif);\n  font-size: 17px;\n  list-style: none;\n}\n\n.bestie-faq summary::-webkit-details-marker { display: none; }\n.bestie-faq summary span { color: #8b0c0f; font-family: var(--sans); }\n.bestie-faq details[open] summary span { transform: rotate(45deg); }\n.bestie-faq details p { max-width: 650px; margin: -4px 0 16px; color: #6a6360; font-size: 12px; line-height: 1.6; }\n\n.bestie-footer {\n  padding: 100px 0 26px;\n  background: #fffaf6;\n  text-align: center;\n}\n\n.bestie-footer h2 {\n  max-width: 800px;\n  margin: 0 auto;\n  font-size: clamp(48px, 6vw, 76px);\n  line-height: 0.96;\n}\n\n.bestie-footer > .bestie-shell > p:not(.bestie-eyebrow) {\n  margin: 23px auto 27px;\n  color: #6a6360;\n  font-size: 14px;\n}\n\n.bestie-footer-bottom {\n  margin-top: 90px;\n  padding-top: 22px;\n  display: grid;\n  grid-template-columns: 1fr auto 1fr;\n  gap: 30px;\n  border-top: 1px solid rgba(139, 12, 15, 0.17);\n  color: #7b716d;\n  font-size: 10px;\n  text-align: left;\n}\n\n.bestie-footer-bottom > a { color: #8b0c0f; font-family: var(--serif); font-size: 16px; }\n.bestie-footer-bottom div { display: flex; gap: 22px; }\n.bestie-footer-bottom > span { text-align: right; }\n\n@media (max-width: 980px) {\n  .bestie-header { grid-template-columns: 1fr auto; }\n  .bestie-header nav { display: none; }\n  .bestie-hero,\n  .bestie-section-heading,\n  .bestie-split,\n  .bestie-details-grid,\n  .bestie-creator-layout,\n  .bestie-premium-layout,\n  .bestie-portfolio-layout,\n  .bestie-faq-layout { grid-template-columns: 1fr; }\n  .bestie-hero { gap: 45px; }\n  .bestie-hero-image { max-height: 720px; }\n  .bestie-section-heading { gap: 25px; }\n  .bestie-audience-grid { grid-template-columns: 1fr; }\n  .bestie-audience-grid article { min-height: auto; }\n  .bestie-audience-grid article:first-child { border-radius: 18px 18px 0 0; }\n  .bestie-audience-grid article:last-child { border-radius: 0 0 18px 18px; }\n  .bestie-audience-grid article + article { border-top: 0; border-left: 1px solid rgba(139, 12, 15, 0.14); }\n  .bestie-audience-grid h3 { margin-top: 32px; }\n  .bestie-price-grid { grid-template-columns: 1fr; }\n  .bestie-creative-terms { grid-template-columns: 1fr; }\n  .bestie-creative-terms p + p { border-top: 1px solid rgba(139, 12, 15, 0.17); border-left: 0; }\n  .bestie-package-description { min-height: auto; }\n  .bestie-rules-grid { grid-template-columns: repeat(2, 1fr); }\n  .bestie-why-grid { grid-template-columns: repeat(2, 1fr); }\n  .bestie-why-grid article:nth-child(3) { border-left: 0; }\n}\n\n@media (max-width: 680px) {\n  .bestie-shell,\n  .bestie-hero,\n  .bestie-header { width: min(100% - 32px, 1180px); }\n  .bestie-header { min-height: 68px; }\n  .bestie-brand { font-size: 18px; }\n  .bestie-nav-cta { font-size: 9px; }\n  .bestie-hero { min-height: auto; padding: 55px 0 48px; }\n  .bestie-hero h1 { font-size: 52px; }\n  .bestie-hero-lead { font-size: 21px; }\n  .bestie-hero-text { font-size: 13px; line-height: 1.65; }\n  .bestie-actions { display: grid; }\n  .bestie-button { width: 100%; }\n  .bestie-hero-image {\n    border-radius: 28px 28px 72px 72px \/ 26px 26px 32px 32px;\n    animation-duration: 11s;\n  }\n  .bestie-hero-image figcaption { top: 18px; align-items: flex-start; flex-direction: column; gap: 5px; }\n  .bestie-section { padding: 58px 0; }\n  .bestie-section-heading { margin-bottom: 35px; }\n  .bestie-section-heading h2,\n  .bestie-pricing-heading h2,\n  .bestie-details h2,\n  .bestie-faq h2,\n  .bestie-solves h2,\n  .bestie-portfolio h2 { font-size: 42px; }\n  .bestie-story-grid,\n  .bestie-details-grid,\n  .bestie-inclusions,\n  .bestie-rules-grid,\n  .bestie-why-grid { grid-template-columns: 1fr; }\n  .bestie-story-card picture { height: 390px; }\n  .bestie-coming-soon { grid-template-columns: 1fr; gap: 14px; }\n  .bestie-price-grid article { padding: 26px; }\n  .bestie-price-top strong { font-size: 38px; }\n  .bestie-creator-offer,\n  .bestie-premium-card { padding: 28px 24px; }\n  .bestie-creator-price span { font-size: 26px; }\n  .bestie-creator-price strong { font-size: 42px; }\n  .bestie-rules-grid article { min-height: 190px; }\n  .bestie-why-grid article { min-height: 240px; border-left: 0 !important; border-bottom: 0; }\n  .bestie-why-grid article:last-child { border-bottom: 1px solid rgba(139, 12, 15, 0.2); }\n  .bestie-portfolio figure picture { height: 440px; }\n  .bestie-footer { padding-top: 76px; }\n  .bestie-footer h2 { font-size: 46px; }\n  .bestie-footer-bottom { margin-top: 70px; grid-template-columns: 1fr; text-align: center; }\n  .bestie-footer-bottom div { justify-content: center; }\n  .bestie-footer-bottom > span { text-align: center; }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .bestie-hero-image {\n    animation: none;\n  }\n}\n\n\/* Two-path homepage *\/\n\n.path-home-shell,\n.path-home-hero,\n.path-home-header {\n  width: min(1240px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n.path-home-header {\n  min-height: 78px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  border-bottom: 1px solid var(--color-border);\n}\n\n.path-home-brand {\n  font-family: var(--serif);\n  font-size: 22px;\n}\n\n.path-home-header-actions,\n.path-home-language {\n  display: flex;\n  align-items: center;\n}\n\n.path-home-header-actions {\n  gap: 12px;\n}\n\n.path-home-header-actions > span {\n  padding: 8px 11px;\n  border: 1px solid var(--color-border);\n  border-radius: 999px;\n  color: var(--color-muted);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n\n.path-home-language {\n  padding: 3px;\n  border: 1px solid var(--color-border);\n  border-radius: 999px;\n}\n\n.path-home-language button {\n  width: 32px;\n  height: 29px;\n  padding: 0;\n  border: 0;\n  border-radius: 999px;\n  background: transparent;\n  color: var(--color-muted);\n  cursor: pointer;\n  font-size: 9px;\n  font-weight: 700;\n}\n\n.path-home-language button.active {\n  background: var(--color-primary);\n  color: white;\n}\n\n.path-home-hero {\n  min-height: calc(100vh - 78px);\n  padding: 42px 0 64px;\n  display: grid;\n  grid-template-columns: 0.93fr 1.07fr;\n  gap: 74px;\n  align-items: center;\n}\n\n.path-home-portrait {\n  position: relative;\n  min-height: min(680px, calc(100vh - 184px));\n  overflow: hidden;\n  border-radius: 18px;\n  background: #e9e0d6;\n}\n\n.path-home-portrait img {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center 54%;\n}\n\n.path-home-portrait > span {\n  position: absolute;\n  left: 22px;\n  bottom: 22px;\n  padding: 10px 15px;\n  border: 1px solid rgba(255, 255, 255, 0.45);\n  border-radius: 999px;\n  background: rgba(30, 25, 22, 0.42);\n  color: white;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  backdrop-filter: blur(12px);\n}\n\n.path-home-hero-copy {\n  max-width: 640px;\n}\n\n.path-home-eyebrow {\n  margin-bottom: 14px;\n  color: var(--color-primary);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n}\n\n.path-home-hero h1 {\n  margin-bottom: 24px;\n  color: var(--color-text);\n  font-size: clamp(52px, 5.35vw, 80px);\n  line-height: 0.94;\n  letter-spacing: -0.035em;\n  text-wrap: balance;\n}\n\n.path-home-lead {\n  margin-bottom: 14px;\n  font-family: var(--serif);\n  font-size: 24px;\n  line-height: 1.12;\n}\n\n.path-home-body {\n  max-width: 580px;\n  margin-bottom: 26px;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.path-home-badges {\n  margin-bottom: 30px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.path-home-badges span {\n  padding: 9px 12px;\n  border: 1px solid var(--color-border);\n  border-radius: 999px;\n  color: var(--color-muted);\n  font-size: 10px;\n}\n\n.path-home-actions,\n.path-home-footer-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n}\n\n.path-home-button {\n  min-height: 52px;\n  padding: 0 20px 0 23px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  border: 1px solid transparent;\n  border-radius: 999px;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.055em;\n  text-transform: uppercase;\n}\n\n.path-home-button.primary {\n  background: var(--color-primary);\n  color: white;\n}\n\n.path-home-button.secondary {\n  border-color: var(--color-primary);\n  background: transparent;\n  color: var(--color-primary);\n}\n\n.path-home-offers {\n  padding: 112px 0;\n  border-top: 1px solid var(--color-border);\n  background: var(--color-background);\n  color: var(--color-text);\n}\n\n.path-home-heading {\n  margin-bottom: 52px;\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 70px;\n  align-items: end;\n}\n\n.path-home-heading .path-home-eyebrow {\n  color: var(--color-primary);\n}\n\n.path-home-heading h2 {\n  margin-bottom: 0;\n  color: var(--color-text);\n  font-size: clamp(48px, 5vw, 68px);\n  line-height: 0.98;\n}\n\n.path-home-heading > p {\n  margin-bottom: 0;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.path-home-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 18px;\n}\n\n.path-home-card {\n  position: relative;\n  min-height: 690px;\n  overflow: hidden;\n  border-radius: 20px;\n  color: white;\n}\n\n.path-home-card picture,\n.path-home-card picture img {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n}\n\n.path-home-card picture img {\n  object-fit: cover;\n  transition: transform 0.4s ease;\n}\n\n.path-home-card:hover picture img {\n  --media-scale: 1.025;\n}\n\n.path-home-card-shade {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, rgba(17, 14, 12, 0.1) 26%, rgba(17, 14, 12, 0.9) 100%);\n}\n\n.path-home-card-top {\n  position: absolute;\n  z-index: 2;\n  top: 26px;\n  right: 26px;\n  left: 26px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n}\n\n.path-home-card-top span:last-child {\n  width: 46px;\n  height: 46px;\n  display: grid;\n  place-items: center;\n  border: 1px solid rgba(255, 255, 255, 0.52);\n  border-radius: 50%;\n  font-size: 20px;\n}\n\n.path-home-image-label {\n  position: absolute;\n  z-index: 2;\n  top: 93px;\n  left: 26px;\n  padding: 8px 12px;\n  border-radius: 999px;\n  background: rgba(35, 30, 27, 0.46);\n  font-size: 9px;\n  letter-spacing: 0.06em;\n  backdrop-filter: blur(10px);\n}\n\n.path-home-card-copy {\n  position: absolute;\n  z-index: 2;\n  right: 28px;\n  bottom: 30px;\n  left: 28px;\n}\n\n.path-home-card-copy h3 {\n  max-width: 540px;\n  margin-bottom: 16px;\n  color: white;\n  font-size: clamp(44px, 4.6vw, 68px);\n  line-height: 0.92;\n}\n\n.path-home-card-copy p {\n  max-width: 500px;\n  margin-bottom: 13px;\n  color: rgba(255, 255, 255, 0.78);\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n.path-home-card-copy small {\n  display: block;\n  margin-bottom: 21px;\n  color: #f4d7cf;\n  font-size: 11px;\n  font-weight: 600;\n}\n\n.path-home-card-copy strong {\n  min-height: 46px;\n  width: fit-content;\n  padding: 0 18px;\n  display: inline-flex;\n  align-items: center;\n  border-radius: 999px;\n  background: var(--color-primary);\n  color: white;\n  font-size: 9px;\n  letter-spacing: 0.07em;\n  text-transform: uppercase;\n}\n\n.path-home-footer {\n  padding: 88px 0 28px;\n  border-top: 1px solid var(--color-border);\n  background: var(--color-surface);\n  color: var(--color-text);\n}\n\n.path-home-footer .path-home-eyebrow {\n  color: var(--color-primary);\n}\n\n.path-home-footer h2 {\n  margin-bottom: 0;\n  color: var(--color-text);\n  font-size: clamp(48px, 5vw, 68px);\n  line-height: 0.98;\n}\n\n.path-home-footer > .path-home-shell > p:not(.path-home-eyebrow) {\n  max-width: 720px;\n  margin: 22px 0 28px;\n  color: var(--color-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.path-home-button.light {\n  background: var(--color-primary);\n  color: white;\n}\n\n.path-home-button.ghost {\n  border-color: var(--color-primary);\n  color: var(--color-primary);\n}\n\n.path-home-footer-bottom {\n  margin-top: 64px;\n  padding-top: 22px;\n  display: grid;\n  grid-template-columns: 1fr auto 1fr;\n  gap: 30px;\n  border-top: 1px solid var(--color-border);\n  color: var(--color-muted);\n  font-size: 10px;\n}\n\n.path-home-footer-bottom div {\n  display: flex;\n  gap: 20px;\n}\n\n.path-home-footer-bottom > span:last-child {\n  text-align: right;\n}\n\n\/* Tourist route *\/\n.story-page {\n  min-height: 100vh;\n  background: #fbf7f1;\n  color: #211d19;\n}\n\n.story-hero,\n.story-includes {\n  width: min(1240px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n.story-hero {\n  min-height: calc(100vh - 78px);\n  padding: 55px 0 70px;\n  display: grid;\n  grid-template-columns: 0.95fr 1.05fr;\n  gap: 70px;\n  align-items: center;\n}\n\n.story-copy h1 {\n  margin-bottom: 24px;\n  color: #211d19;\n  font-size: clamp(52px, 5vw, 76px);\n  line-height: 0.94;\n}\n\n.story-copy > p:not(.path-home-eyebrow) {\n  color: #6f675f;\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.story-note {\n  margin: 25px 0;\n  padding: 15px 18px;\n  border-left: 3px solid var(--color-primary);\n  background: #f6ede6;\n  color: #5f5650;\n  font-size: 12px;\n}\n\n.story-visual {\n  position: relative;\n  min-height: 680px;\n  margin: 0;\n  overflow: hidden;\n  border-radius: 20px;\n}\n\n.story-visual picture,\n.story-visual img {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n}\n\n.story-visual img {\n  object-fit: cover;\n}\n\n.story-visual figcaption {\n  position: absolute;\n  left: 22px;\n  bottom: 22px;\n  padding: 10px 14px;\n  border-radius: 999px;\n  background: rgba(30, 25, 22, 0.52);\n  color: white;\n  font-size: 9px;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n}\n\n.story-includes {\n  padding: 88px 0;\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 80px;\n  border-top: 1px solid rgba(33, 29, 25, 0.14);\n}\n\n.story-includes h2 {\n  color: #211d19;\n  font-size: clamp(44px, 5vw, 64px);\n  line-height: 0.96;\n}\n\n.story-includes ul {\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.story-includes li {\n  padding: 18px 0;\n  border-bottom: 1px solid rgba(33, 29, 25, 0.14);\n  font-family: var(--serif);\n  font-size: 24px;\n}\n\n@media (max-width: 860px) {\n  .path-home-hero,\n  .story-hero,\n  .story-includes {\n    grid-template-columns: 1fr;\n    gap: 38px;\n  }\n\n  .path-home-hero-copy,\n  .story-copy {\n    order: -1;\n  }\n\n  .path-home-portrait,\n  .story-visual {\n    min-height: 570px;\n  }\n\n  .path-home-heading,\n  .path-home-grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 680px) {\n  .path-home-shell,\n  .path-home-hero,\n  .path-home-header,\n  .story-hero,\n  .story-includes {\n    width: min(100% - 32px, 1240px);\n  }\n\n  .path-home-header {\n    min-height: 68px;\n  }\n\n  .path-home-brand {\n    font-size: 18px;\n  }\n\n  .path-home-header-actions > span {\n    display: none;\n  }\n\n  .path-home-hero {\n    min-height: auto;\n    padding: 26px 0 50px;\n    gap: 30px;\n  }\n\n  .path-home-hero h1,\n  .story-copy h1 {\n    font-size: clamp(42px, 12vw, 53px);\n  }\n\n  .path-home-lead {\n    font-size: 20px;\n  }\n\n  .path-home-body {\n    font-size: 13px;\n  }\n\n  .path-home-actions {\n    display: grid;\n  }\n\n  .path-home-button {\n    width: 100%;\n  }\n\n  .path-home-portrait {\n    min-height: 520px;\n  }\n\n  .path-home-offers {\n    padding: 74px 0;\n  }\n\n  .path-home-heading {\n    margin-bottom: 34px;\n    gap: 18px;\n  }\n\n  .path-home-heading h2,\n  .path-home-footer h2 {\n    font-size: 45px;\n  }\n\n  .path-home-card {\n    min-height: 620px;\n  }\n\n  .path-home-card-copy h3 {\n    font-size: 44px;\n  }\n\n  .path-home-footer-actions {\n    display: grid;\n  }\n\n  .path-home-footer-bottom {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  .path-home-footer-bottom > span:last-child {\n    text-align: left;\n  }\n\n  .story-hero {\n    min-height: auto;\n    padding: 42px 0 55px;\n  }\n\n  .story-visual {\n    min-height: 560px;\n  }\n\n  .story-includes {\n    padding: 70px 0;\n  }\n}\n\n\/* Final shared visual alignment: homepage + Paris Content Bestie *\/\n.path-home :is(h1, h2, h3),\n.bestie-page :is(h1, h2, h3) {\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-weight: 400;\n  letter-spacing: 0;\n}\n\n.path-home-brand,\n.bestie-brand,\n.path-home-lead,\n.bestie-hero-lead {\n  color: var(--color-text);\n}\n\n.path-home-header,\n.bestie-header,\n.path-home-offers,\n.path-home-footer,\n.bestie-audience-grid article,\n.bestie-story-card,\n.bestie-creative-terms,\n.bestie-rules-grid article,\n.bestie-why-grid article,\n.bestie-faq details,\n.bestie-footer-bottom {\n  border-color: var(--color-border);\n}\n\n.path-home-hero h1,\n.bestie-hero h1 {\n  color: var(--color-text);\n  font-size: clamp(40px, 4.5vw, 58px);\n  line-height: 1.02;\n}\n\n.path-home-heading h2,\n.path-home-footer h2,\n.bestie-section-heading h2,\n.bestie-pricing-heading h2,\n.bestie-details h2,\n.bestie-faq h2,\n.bestie-solves h2,\n.bestie-portfolio h2,\n.bestie-footer h2 {\n  color: var(--color-text);\n  font-size: clamp(36px, 4vw, 50px);\n  line-height: 1.04;\n}\n\n.path-home-body,\n.path-home-heading > p,\n.path-home-footer > .path-home-shell > p:not(.path-home-eyebrow),\n.bestie-hero-text,\n.bestie-section-heading > p,\n.bestie-pricing-heading > p:last-child,\n.bestie-faq-layout > div:first-child > p:not(.bestie-eyebrow),\n.bestie-audience-grid p,\n.bestie-rules-grid p,\n.bestie-why-grid p,\n.bestie-story-card p,\n.bestie-coming-soon p,\n.bestie-footer > .bestie-shell > p:not(.bestie-eyebrow) {\n  color: var(--color-muted);\n}\n\n.path-home-offers,\n.path-home-footer,\n.bestie-story-card,\n.bestie-rules-grid article,\n.bestie-audience-grid article,\n.bestie-footer {\n  background: var(--color-background);\n}\n\n.bestie-audiences,\n.bestie-pricing,\n.bestie-rules,\n.bestie-faq,\n.bestie-coming-soon,\n.bestie-solves,\n.bestie-portfolio {\n  background: var(--color-surface);\n}\n\n.bestie-solves .bestie-eyebrow,\n.bestie-portfolio .bestie-eyebrow {\n  color: var(--color-primary);\n}\n\n.bestie-solves li {\n  border-color: var(--color-border);\n  color: var(--color-text);\n}\n\n.bestie-solves li::before {\n  color: var(--color-primary);\n}\n\n.bestie-portfolio p:not(.bestie-eyebrow),\n.bestie-portfolio figcaption {\n  color: var(--color-muted);\n}\n\n.bestie-portfolio figure {\n  background: var(--color-background);\n}\n\n.bestie-portfolio .bestie-button-outline {\n  border-color: var(--color-primary);\n  color: var(--color-primary);\n}\n\n.bestie-nav-cta {\n  border-color: var(--color-text);\n  color: var(--color-text);\n}\n\n.bestie-price-top strong,\n.bestie-addons > div strong {\n  color: var(--color-text);\n}\n\n@media (min-width: 681px) and (max-width: 820px) {\n  .service-offers-content .service-card-top {\n    display: grid;\n  }\n\n  .service-offers-content .service-card-top > strong {\n    max-width: none;\n    text-align: left;\n  }\n}\n\n@media (max-width: 680px) {\n  .path-home-hero h1,\n  .bestie-hero h1 {\n    font-size: 40px;\n    line-height: 1.04;\n  }\n\n  .path-home-heading h2,\n  .path-home-footer h2,\n  .bestie-section-heading h2,\n  .bestie-pricing-heading h2,\n  .bestie-details h2,\n  .bestie-faq h2,\n  .bestie-solves h2,\n  .bestie-portfolio h2,\n  .bestie-footer h2 {\n    font-size: 35px;\n    line-height: 1.06;\n  }\n}\n\n\/* Final B2C refinement: compact add-ons and booking *\/\n\n.bestie-header,\n.bestie-hero,\n.bestie-storylines,\n.bestie-details,\n.bestie-booking,\n.bestie-why,\n.bestie-footer,\n.bestie-story-card,\n.bestie-stories-track article,\n.bestie-booking-form,\n.bestie-calendar-card {\n  background: #ffffff;\n}\n\n.bestie-audiences,\n.bestie-solves,\n.bestie-pricing,\n.bestie-rules,\n.bestie-faq,\n.bestie-portfolio {\n  background: #fafafa;\n}\n\n.bestie-details {\n  padding: 38px 0;\n  border-top: 1px solid var(--color-border);\n  border-bottom: 1px solid var(--color-border);\n}\n\n.bestie-details-grid {\n  max-width: none;\n}\n\n.bestie-addons {\n  display: grid;\n  grid-template-columns: 180px minmax(0, 1fr);\n  gap: 28px;\n  align-items: start;\n}\n\n.bestie-addons > .bestie-eyebrow {\n  grid-column: 1;\n  margin: 4px 0 6px;\n}\n\n.bestie-addons > h2 {\n  grid-column: 1;\n  margin: 0;\n  font-size: 32px;\n}\n\n.bestie-addons > div {\n  grid-column: 2;\n  grid-row: 1 \/ span 2;\n  margin-top: 0;\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  overflow: hidden;\n  border: 1px solid var(--color-border);\n  border-radius: 16px;\n  background: var(--color-border);\n  gap: 1px;\n}\n\n.bestie-addons > div p {\n  min-height: 92px;\n  padding: 14px;\n  display: grid;\n  align-content: space-between;\n  gap: 12px;\n  border: 0;\n  background: #ffffff;\n  color: var(--color-muted);\n  font-size: 11px;\n}\n\n.bestie-addons > div strong {\n  color: var(--color-text);\n  font-size: 12px;\n}\n\n.bestie-addons aside {\n  grid-column: 2;\n  margin-top: 12px;\n  padding: 12px 16px;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  align-items: center;\n  gap: 18px;\n  border: 1px solid var(--color-border);\n  border-left: 1px solid var(--color-border);\n  border-radius: 12px;\n  background: #ffffff;\n}\n\n.bestie-addons aside strong {\n  color: var(--color-text);\n  font-size: 16px;\n}\n\n.bestie-addons aside p {\n  margin: 0;\n  color: var(--color-muted);\n  font-size: 11px;\n  line-height: 1.5;\n}\n\n.bestie-booking {\n  padding: 64px 0;\n}\n\n.bestie-booking > .bestie-shell {\n  max-width: 1060px;\n}\n\n.bestie-booking-form {\n  padding: 24px;\n  border-radius: 18px;\n  box-shadow: 0 14px 38px rgba(15, 36, 51, 0.05);\n}\n\n.bestie-booking-fields {\n  margin-bottom: 20px;\n  gap: 12px;\n}\n\n.bestie-booking-form :is(input, select) {\n  min-height: 42px;\n}\n\n.bestie-calendar-card {\n  grid-template-columns: minmax(0, 1fr) 170px;\n  border-radius: 14px;\n}\n\n.bestie-calendar-main {\n  padding: 20px;\n}\n\n.bestie-calendar-nav {\n  margin-bottom: 14px;\n}\n\n.bestie-calendar-nav strong {\n  font-size: 21px;\n}\n\n.bestie-calendar-weekdays,\n.bestie-calendar-grid {\n  gap: 2px;\n}\n\n.bestie-time-panel {\n  max-height: 354px;\n  padding: 18px 14px;\n}\n\n.bestie-time-panel > div {\n  gap: 5px;\n}\n\n.bestie-time-panel button {\n  min-height: 34px;\n}\n\n.bestie-booking-form textarea {\n  min-height: 82px;\n}\n\n.bestie-booking-notes,\n.bestie-booking-footer {\n  margin-top: 16px;\n}\n\n.bestie-booking-footer {\n  padding-top: 16px;\n}\n\n@media (max-width: 900px) {\n  .bestie-addons {\n    grid-template-columns: 1fr;\n    gap: 8px;\n  }\n\n  .bestie-addons > .bestie-eyebrow,\n  .bestie-addons > h2,\n  .bestie-addons > div,\n  .bestie-addons aside {\n    grid-column: 1;\n    grid-row: auto;\n  }\n\n  .bestie-addons > div {\n    margin-top: 12px;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .bestie-addons aside {\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n}\n\n@media (max-width: 680px) {\n  .bestie-details {\n    padding: 34px 0;\n  }\n\n  .bestie-addons > h2 {\n    font-size: 30px;\n  }\n\n  .bestie-addons > div p {\n    min-height: 86px;\n    padding: 12px;\n  }\n\n  .bestie-booking {\n    padding: 52px 0;\n  }\n\n  .bestie-booking-form {\n    padding: 16px;\n  }\n\n  .bestie-calendar-main {\n    padding: 16px;\n  }\n\n  .bestie-time-panel {\n    max-height: none;\n    padding: 16px;\n  }\n}\n\n\/* Compact booking + restrained burgundy accents *\/\n.bestie-booking {\n  padding: 48px 0;\n}\n\n.bestie-booking > .bestie-shell {\n  max-width: 920px;\n}\n\n.bestie-booking .bestie-section-heading {\n  margin-bottom: 26px;\n}\n\n.bestie-booking .bestie-section-heading h2 {\n  font-size: clamp(34px, 4vw, 44px);\n}\n\n.bestie-booking-form {\n  padding: 18px;\n}\n\n.bestie-booking-fields {\n  margin-bottom: 16px;\n  gap: 10px;\n}\n\n.bestie-booking-form :is(input, select) {\n  min-height: 38px;\n}\n\n.bestie-calendar-card {\n  grid-template-columns: minmax(0, 1fr) 150px;\n  border-top: 2px solid color-mix(in srgb, var(--color-primary) 55%, white);\n}\n\n.bestie-calendar-main {\n  padding: 16px 18px;\n}\n\n.bestie-calendar-nav {\n  grid-template-columns: 34px 1fr 34px;\n  margin-bottom: 10px;\n}\n\n.bestie-calendar-nav button {\n  width: 30px;\n  height: 30px;\n}\n\n.bestie-calendar-nav strong {\n  font-size: 19px;\n}\n\n.bestie-calendar-weekdays {\n  margin-bottom: 3px;\n}\n\n.bestie-calendar-grid > :is(button, span) {\n  min-height: 30px;\n  aspect-ratio: auto;\n}\n\n.bestie-calendar-grid button {\n  border-radius: 8px;\n  font-size: 11px;\n}\n\n.bestie-calendar-grid button:hover:not(:disabled) {\n  background: #f8eceb;\n  color: var(--color-primary);\n}\n\n.bestie-calendar-grid button.selected,\n.bestie-time-panel button.selected {\n  border-color: var(--color-primary);\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.bestie-time-panel {\n  max-height: 252px;\n  padding: 14px 12px;\n}\n\n.bestie-time-panel > p {\n  color: var(--color-primary);\n}\n\n.bestie-time-panel button {\n  min-height: 30px;\n}\n\n.bestie-booking-form textarea {\n  min-height: 68px;\n}\n\n.bestie-booking-footer {\n  margin-top: 12px;\n  padding-top: 12px;\n}\n\n.bestie-booking-footer > div span {\n  color: var(--color-primary);\n}\n\n.bestie-addons > div p {\n  min-height: 76px;\n  padding: 11px 12px;\n  gap: 8px;\n}\n\n.bestie-addons > div strong {\n  color: var(--color-primary);\n}\n\n.bestie-addons aside {\n  margin-top: 8px;\n  padding: 10px 14px;\n  border-left: 2px solid var(--color-primary);\n}\n\n\/* Editorial scroll motion with a subtle stagger *\/\n.scroll-reveal-pending {\n  opacity: 0;\n  transform: translateY(18px);\n  transition: opacity 540ms cubic-bezier(0.22, 1, 0.36, 1),\n    transform 540ms cubic-bezier(0.22, 1, 0.36, 1);\n  will-change: opacity, transform;\n}\n\n.scroll-reveal-pending.scroll-reveal-visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.scroll-reveal-pending :is(\n  .path-home-grid > *,\n  .results-grid > *,\n  .value-grid > *,\n  .process-grid > *,\n  .portfolio-themes > *,\n  .portfolio-grid > *,\n  .service-offers > *,\n  .brand-service-panel > *,\n  .bestie-price-grid > article,\n  .bestie-rules-grid > article,\n  .bestie-why-grid > article,\n  .bestie-audience-grid > article,\n  .bestie-stories-track > article,\n  .about-mini-metrics > article,\n  .featured-case-metrics > div\n) {\n  opacity: 0;\n  transform: translateY(14px);\n  transition: opacity 460ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.scroll-reveal-visible :is(\n  .path-home-grid > *,\n  .results-grid > *,\n  .value-grid > *,\n  .process-grid > *,\n  .portfolio-themes > *,\n  .portfolio-grid > *,\n  .service-offers > *,\n  .brand-service-panel > *,\n  .bestie-price-grid > article,\n  .bestie-rules-grid > article,\n  .bestie-why-grid > article,\n  .bestie-audience-grid > article,\n  .bestie-stories-track > article,\n  .about-mini-metrics > article,\n  .featured-case-metrics > div\n) {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.scroll-reveal-visible :is(\n  .path-home-grid,\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid,\n  .service-offers,\n  .brand-service-panel,\n  .bestie-price-grid,\n  .bestie-rules-grid,\n  .bestie-why-grid,\n  .bestie-audience-grid,\n  .bestie-stories-track,\n  .about-mini-metrics,\n  .featured-case-metrics\n) > :nth-child(2) {\n  transition-delay: 60ms;\n}\n\n.scroll-reveal-visible :is(\n  .path-home-grid,\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid,\n  .service-offers,\n  .brand-service-panel,\n  .bestie-price-grid,\n  .bestie-rules-grid,\n  .bestie-why-grid,\n  .bestie-audience-grid,\n  .bestie-stories-track,\n  .about-mini-metrics,\n  .featured-case-metrics\n) > :nth-child(3) {\n  transition-delay: 120ms;\n}\n\n.scroll-reveal-visible :is(\n  .path-home-grid,\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid,\n  .service-offers,\n  .brand-service-panel,\n  .bestie-price-grid,\n  .bestie-rules-grid,\n  .bestie-why-grid,\n  .bestie-audience-grid,\n  .bestie-stories-track,\n  .about-mini-metrics,\n  .featured-case-metrics\n) > :nth-child(4) {\n  transition-delay: 180ms;\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .scroll-reveal-pending,\n  .scroll-reveal-pending :is(\n    .path-home-grid > *,\n    .results-grid > *,\n    .value-grid > *,\n    .process-grid > *,\n    .portfolio-themes > *,\n    .portfolio-grid > *,\n    .service-offers > *,\n    .brand-service-panel > *,\n    .bestie-price-grid > article,\n    .bestie-rules-grid > article,\n    .bestie-why-grid > article,\n    .bestie-audience-grid > article,\n    .bestie-stories-track > article,\n    .about-mini-metrics > article,\n    .featured-case-metrics > div\n  ) {\n    opacity: 1;\n    transform: none;\n    transition: none;\n  }\n}\n\n@media (max-width: 680px) {\n  .bestie-booking {\n    padding: 42px 0;\n  }\n\n  .bestie-booking-form {\n    padding: 13px;\n  }\n\n  .bestie-calendar-card {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-calendar-main {\n    padding: 14px;\n  }\n\n  .bestie-calendar-grid > :is(button, span) {\n    min-height: 34px;\n  }\n\n  .bestie-time-panel {\n    max-height: none;\n    padding: 13px;\n  }\n\n  .bestie-time-panel > div {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .bestie-addons > div p {\n    min-height: 72px;\n  }\n}\n\n\/* Site-wide compact editorial system: B2B *\/\n.brands-page {\n  --color-background: #ffffff;\n  --color-surface: #fafafa;\n  --color-text: #0f2433;\n  --color-muted: rgba(15, 36, 51, 0.68);\n  --color-border: rgba(15, 36, 51, 0.11);\n  --color-primary: #991b1f;\n  --color-primary-hover: #7f1518;\n  background: #ffffff;\n  color: var(--color-text);\n}\n\n.path-home-header,\n.site-header {\n  min-height: 68px;\n  background: rgba(255, 255, 255, 0.95);\n  border-color: var(--color-border);\n}\n\n.path-home-header {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);\n  align-items: center;\n  gap: 22px;\n}\n\n.path-home-nav {\n  display: flex;\n  justify-content: center;\n  gap: 28px;\n  min-width: 0;\n  color: rgba(15, 36, 51, 0.82);\n  font-size: 12px;\n  font-weight: 600;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.path-home-nav a {\n  transition: color 180ms ease;\n}\n\n.path-home-nav a:hover,\n.path-home-nav a:focus-visible {\n  color: var(--color-primary);\n}\n\n.path-home-header-actions {\n  justify-self: end;\n}\n\n.path-home-book {\n  min-height: 42px;\n  padding: 0 18px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 999px;\n  background: var(--color-primary);\n  color: #ffffff;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  white-space: nowrap;\n  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;\n}\n\n.path-home-book:hover,\n.path-home-book:focus-visible {\n  transform: translateY(-2px);\n  background: var(--color-primary-hover);\n  box-shadow: 0 10px 24px rgba(139, 12, 15, 0.18);\n}\n\n.path-home-hero {\n  min-height: calc(100vh - 68px);\n  padding: 36px 0 62px;\n  grid-template-columns: 0.95fr 1.05fr;\n  gap: 58px;\n}\n\n.path-home-portrait {\n  min-height: min(680px, calc(100vh - 186px));\n  padding: 18px;\n  overflow: hidden;\n  border: 1px solid rgba(15, 36, 51, 0.1);\n  border-radius: 28px;\n  background: rgba(255, 250, 246, 0.66);\n  box-shadow: 0 22px 60px rgba(15, 36, 51, 0.08);\n}\n\n.path-home-portrait-frame {\n  position: relative;\n  height: 100%;\n  min-height: min(644px, calc(100vh - 222px));\n  overflow: hidden;\n  border-radius: 20px;\n  background: #e6ded3;\n}\n\n.path-home-portrait-frame img {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center 45%;\n}\n\n.path-home-portrait::before {\n  position: absolute;\n  inset: 18px;\n  border-radius: 20px;\n  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));\n  content: \"\";\n  pointer-events: none;\n}\n\n.path-home-portrait figcaption {\n  position: absolute;\n  left: 36px;\n  bottom: 36px;\n  padding: 10px 16px;\n  border: 1px solid rgba(255, 255, 255, 0.42);\n  border-radius: 999px;\n  background: rgba(36, 26, 22, 0.42);\n  color: #ffffff;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  backdrop-filter: blur(12px);\n}\n\n.path-home-hero h1 {\n  max-width: 680px;\n  margin-bottom: 16px;\n  display: grid;\n  gap: 3px;\n  font-size: clamp(54px, 5.4vw, 80px);\n  line-height: 0.92;\n  letter-spacing: -0.03em;\n}\n\n.path-home-hero h1 span {\n  font-size: clamp(42px, 4.6vw, 68px);\n  line-height: 0.9;\n}\n\n.path-home-hero h1 strong {\n  font-weight: 400;\n  font-size: clamp(60px, 6.2vw, 90px);\n  line-height: 0.86;\n}\n\n.path-home-subtitle {\n  margin-bottom: 12px;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 22px;\n  line-height: 1.12;\n}\n\n.path-home-lead {\n  margin-bottom: 12px;\n  color: var(--color-muted);\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.path-home-body {\n  margin-bottom: 20px;\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n.path-home-badges {\n  margin-bottom: 23px;\n}\n\n.path-home-badges span {\n  padding: 7px 10px;\n  border-color: var(--color-border);\n  color: var(--color-muted);\n}\n\n.path-home-button {\n  min-height: 46px;\n  padding-inline: 19px;\n}\n\n.path-home-button:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 10px 24px rgba(15, 36, 51, 0.08);\n}\n\n.path-home-offers {\n  padding: 72px 0;\n  background: var(--color-background);\n  border-color: var(--color-border);\n}\n\n.path-home-heading {\n  margin-bottom: 34px;\n  gap: 48px;\n}\n\n.path-home-heading h2,\n.path-home-footer h2 {\n  font-size: clamp(40px, 4.2vw, 56px);\n  line-height: 1;\n}\n\n.path-home-heading > p,\n.path-home-footer > .path-home-shell > p:not(.path-home-eyebrow) {\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n.path-home-grid {\n  gap: 16px;\n}\n\n.path-home-card {\n  min-height: 540px;\n  border-radius: 18px;\n}\n\n.path-home-card-top {\n  top: 20px;\n  right: 20px;\n  left: 20px;\n}\n\n.path-home-card-top span:last-child {\n  width: 40px;\n  height: 40px;\n}\n\n.path-home-image-label {\n  top: 76px;\n  left: 20px;\n}\n\n.path-home-card-copy {\n  right: 22px;\n  bottom: 22px;\n  left: 22px;\n}\n\n.path-home-card-copy h3 {\n  margin-bottom: 12px;\n  font-size: clamp(36px, 3.8vw, 52px);\n  line-height: 0.98;\n}\n\n.path-home-card-copy p {\n  max-width: 470px;\n  margin-bottom: 10px;\n  font-size: 12px;\n  line-height: 1.55;\n}\n\n.path-home-card-copy small {\n  margin-bottom: 15px;\n}\n\n.path-home-card-copy strong {\n  min-height: 40px;\n}\n\n.path-home-footer {\n  padding: 58px 0 24px;\n  background: var(--color-background);\n  border-color: var(--color-border);\n}\n\n.path-home-footer > .path-home-shell > p:not(.path-home-eyebrow) {\n  margin: 16px 0 22px;\n}\n\n.path-home-footer .path-home-shell {\n  text-align: center;\n}\n\n.path-home-footer-bottom {\n  margin-top: 42px;\n  padding-top: 18px;\n  border-color: var(--color-border);\n}\n\n.brands-page .section {\n  padding: 70px 0;\n}\n\n.brands-page .surface-section,\n.brands-page .faq-section,\n.brands-page .pricing-section,\n.brands-page .portfolio-section {\n  background: #fafafa;\n}\n\n.brands-page .problem-section,\n.brands-page #methode,\n.brands-page .site-footer {\n  background: #ffffff;\n}\n\n.brands-page .hero-bento {\n  padding: 12px;\n  background: #ffffff;\n}\n\n.brands-page .hero-grid {\n  height: 506px;\n  grid-template-rows: 145px 200px 145px;\n  gap: 7px;\n}\n\n.brands-page .hero-grid img {\n  border-radius: 12px;\n}\n\n.brands-page .hero-content h1 {\n  font-size: clamp(38px, 4vw, 52px);\n  line-height: 1.02;\n}\n\n.brands-page .hero-content > p:not(.hero-kicker) {\n  max-width: 570px;\n  margin-bottom: 20px;\n  font-size: 13px;\n}\n\n.brands-page :is(\n  .split-layout h2,\n  .section-heading h2,\n  .about-copy h2,\n  .process-heading h2,\n  .pricing-intro h2,\n  .faq-section h2,\n  .site-footer h2,\n  .results-intro h2\n) {\n  font-size: clamp(34px, 3.8vw, 48px);\n  line-height: 1.04;\n}\n\n.brands-page :is(.section-intro, .section-heading > p, .pricing-intro > p:last-child, .faq-intro) {\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n.brands-page :is(.split-layout, .about-layout, .results-layout, .section-heading, .footer-layout) {\n  gap: 52px;\n}\n\n.brands-page .section-heading {\n  margin-bottom: 36px;\n}\n\n.brands-page .about-layout {\n  grid-template-columns: 0.7fr 1.3fr;\n}\n\n.brands-page .about-image,\n.brands-page .about-image img {\n  height: 420px;\n  min-height: 0;\n}\n\n.brands-page .results-section {\n  padding: 58px 0;\n  background: #ffffff;\n  border-color: var(--color-border);\n}\n\n.brands-page .results-grid {\n  gap: 10px;\n  border: 0;\n}\n\n.brands-page .result-item,\n.brands-page .result-item + .result-item {\n  min-height: 150px;\n  padding: 17px;\n  border: 1px solid var(--color-border);\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.brands-page .result-item > span {\n  margin-bottom: 18px;\n  color: var(--color-primary);\n}\n\n.brands-page .result-item strong {\n  font-size: clamp(29px, 2.8vw, 38px);\n}\n\n.brands-page .value-grid {\n  gap: 10px;\n}\n\n.brands-page .value-card,\n.brands-page .value-card:first-child,\n.brands-page .value-card:last-child,\n.brands-page .value-card + .value-card {\n  min-height: 230px;\n  padding: 22px;\n  border: 1px solid var(--color-border);\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.brands-page .value-card h3 {\n  margin: 34px 0 11px;\n  font-size: 24px;\n}\n\n.brands-page .value-card p,\n.brands-page .process-step p {\n  font-size: 12px;\n  line-height: 1.58;\n}\n\n.brands-page .process-heading {\n  margin: 68px 0 32px;\n}\n\n.brands-page .process-grid {\n  gap: 18px;\n}\n\n.brands-page .process-step {\n  padding: 18px 18px 20px;\n  border: 1px solid var(--color-border);\n  border-top: 2px solid var(--color-primary);\n  border-radius: 12px;\n  background: #ffffff;\n}\n\n.brands-page .process-step h3 {\n  margin: 20px 0 9px;\n  font-size: 23px;\n}\n\n.brands-page .portfolio-section {\n  padding-top: 56px;\n  padding-bottom: 56px;\n}\n\n.brands-page .portfolio-themes {\n  gap: 16px;\n  margin-bottom: 30px;\n}\n\n.brands-page .featured-case-study {\n  margin-bottom: 0;\n  display: grid;\n  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.58fr);\n  overflow: hidden;\n  border: 1px solid #e3ded9;\n  border-radius: 18px;\n  background: #ffffff;\n  box-shadow: 0 12px 30px rgba(15, 36, 51, 0.055);\n}\n\n.brands-page .portfolio-results:not([hidden]) + .featured-case-study {\n  margin-top: 30px;\n}\n\n.brands-page .featured-case-cover {\n  min-height: 360px;\n  overflow: hidden;\n  background: #f3ebe5;\n}\n\n.brands-page .featured-case-cover img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center top;\n  transition: transform 0.5s ease;\n}\n\n.brands-page .featured-case-cover:hover img {\n  --media-scale: 1.018;\n}\n\n.brands-page .featured-case-copy {\n  padding: 28px 30px 26px;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n}\n\n.brands-page .featured-case-copy .eyebrow {\n  margin-bottom: 7px;\n}\n\n.brands-page .featured-case-meta {\n  margin-bottom: 18px;\n  color: var(--color-muted);\n  font-size: 10px;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.brands-page .featured-case-copy h3 {\n  max-width: 650px;\n  margin-bottom: 12px;\n  font-size: clamp(28px, 3vw, 40px);\n  line-height: 1.05;\n}\n\n.brands-page .featured-case-text {\n  max-width: 700px;\n  margin-bottom: 22px;\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.62;\n}\n\n.brands-page .featured-case-metrics {\n  margin-top: auto;\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  border-top: 1px solid #e7e2dd;\n  border-bottom: 1px solid #e7e2dd;\n}\n\n.brands-page .featured-case-metrics > div {\n  min-width: 0;\n  padding: 15px 12px 14px 0;\n}\n\n.brands-page .featured-case-metrics > div + div {\n  padding-left: 12px;\n  border-left: 1px solid #e7e2dd;\n}\n\n.brands-page .featured-case-metrics strong,\n.brands-page .featured-case-metrics span {\n  display: block;\n}\n\n.brands-page .featured-case-metrics strong {\n  color: #8b0c0f;\n  font-family: \"ivypresto-display\", serif;\n  font-size: clamp(22px, 2.2vw, 31px);\n  font-weight: 400;\n  line-height: 1;\n}\n\n.brands-page .featured-case-metrics span {\n  margin-top: 6px;\n  color: var(--color-muted);\n  font-size: 9px;\n  line-height: 1.3;\n}\n\n.brands-page .featured-case-link {\n  width: fit-content;\n  margin-top: 18px;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: #8b0c0f;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.brands-page .featured-case-link span {\n  transition: transform 0.2s ease;\n}\n\n.brands-page .featured-case-link:hover span {\n  transform: translate(2px, -2px);\n}\n\n.brands-page .portfolio-theme-card {\n  min-height: 200px;\n  padding: 20px;\n  border-radius: 18px;\n  box-shadow: 0 10px 26px rgba(15, 36, 51, 0.07);\n}\n\n.brands-page .portfolio-theme-card:nth-child(1) > img {\n  object-position: center 70%;\n}\n\n.brands-page .portfolio-theme-card:nth-child(4) > img {\n  object-position: center 45%;\n}\n\n.brands-page .portfolio-theme-content strong {\n  font-size: clamp(22px, 1.6vw, 28px);\n}\n\n.brands-page .portfolio-theme-content span,\n.brands-page .portfolio-section .section-heading > p,\n.brands-page .portfolio-results-intro p {\n  font-size: 14px;\n  line-height: 1.58;\n}\n\n.brands-page .portfolio-grid {\n  gap: 16px;\n}\n\n.brands-page .portfolio-card > div {\n  padding: 15px;\n}\n\n.brands-page .portfolio-card h3 {\n  font-size: 20px;\n}\n\n.brands-page .pricing-intro {\n  margin-bottom: 32px;\n}\n\n.brands-page .service-selector {\n  gap: 0 8px;\n}\n\n.brands-page .service-tab {\n  min-height: 62px;\n  padding: 12px 44px 12px 16px;\n  border-radius: 13px 13px 0 0;\n}\n\n.brands-page .service-panel {\n  padding: 20px;\n  border-radius: 0 0 16px 16px;\n  background: #ffffff;\n}\n\n.brands-page .service-category-intro {\n  max-width: 680px;\n  margin-bottom: 18px;\n  font-size: 13px;\n  line-height: 1.6;\n}\n\n.brands-page .service-offers,\n.brands-page .service-offers-strategy {\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.brands-page .service-offers-content {\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n}\n\n.brands-page .service-card,\n.brands-page .service-offers-strategy .service-card {\n  min-height: 0;\n  padding: 20px;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  border: 1px solid var(--color-border);\n  border-radius: 14px;\n  background: #ffffff;\n  box-shadow: 0 8px 22px rgba(15, 36, 51, 0.045);\n}\n\n.brands-page .service-card.featured {\n  border-top: 2px solid var(--color-primary);\n  background: #ffffff;\n  box-shadow: 0 12px 28px rgba(15, 36, 51, 0.07);\n}\n\n.brands-page .service-card-top,\n.brands-page .service-offers-strategy .service-card-top {\n  min-height: 72px;\n  padding: 0 0 15px;\n  display: flex;\n  justify-content: space-between;\n  gap: 12px;\n  border-bottom: 1px solid var(--color-border);\n}\n\n.brands-page .service-card h3 {\n  font-size: 22px;\n  line-height: 1.05;\n}\n\n.brands-page .service-card-top > strong,\n.brands-page .service-offers-strategy .service-card-top > strong {\n  max-width: 10ch;\n  margin: 0;\n  color: var(--color-primary);\n  font-size: 19px;\n  line-height: 1.05;\n  text-align: right;\n}\n\n.brands-page .service-subtitle,\n.brands-page .service-offers-strategy .service-subtitle {\n  margin: 14px 0 0;\n  font-size: 12px;\n  line-height: 1.55;\n}\n\n.brands-page .service-card ul,\n.brands-page .service-offers-strategy .service-card ul {\n  margin: 17px 0 19px;\n  gap: 7px;\n}\n\n.brands-page .service-card li {\n  padding-left: 17px;\n  font-size: 12px;\n  line-height: 1.45;\n}\n\n.brands-page .service-note,\n.brands-page .service-offers-strategy .service-note {\n  grid-column: auto;\n  margin: -5px 0 17px;\n  padding: 10px 12px;\n  font-size: 11px;\n}\n\n.brands-page .brands-page .service-terms{margin:4px 0 18px;color:#5B6B76;font-size:12.5px;line-height:1.5}\n.service-bonus {\n  margin: -5px 0 17px;\n  padding: 9px 12px;\n  border: 1px solid rgba(168, 25, 31, 0.22);\n  border-radius: 10px;\n  background: rgba(168, 25, 31, 0.045);\n  color: var(--color-primary);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.04em;\n  line-height: 1.4;\n  text-transform: uppercase;\n}\n\n.brands-page .service-card .button,\n.brands-page .service-offers-strategy .service-card .button {\n  grid-column: auto;\n  grid-row: auto;\n  width: 100%;\n  min-height: 42px;\n  margin-top: auto;\n  align-self: auto;\n}\n\n.brands-page .additional-editing {\n  margin-top: 16px;\n}\n\n.brands-page .pricing-production-note {\n  margin: 16px 0 0;\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.5;\n  text-align: center;\n}\n\n.brands-page .faq-list {\n  margin-top: 28px;\n  display: grid;\n  gap: 8px;\n  border: 0;\n}\n\n.brands-page .faq-list details {\n  padding: 0 18px;\n  border: 1px solid var(--color-border);\n  border-radius: 12px;\n  background: #ffffff;\n}\n\n.brands-page .faq-list summary {\n  padding: 17px 0;\n  font-size: 20px;\n}\n\n.brands-page .site-footer {\n  padding: 64px 0 24px;\n}\n\n.brands-page .project-form {\n  padding: 22px;\n  border-radius: 16px;\n  background: #ffffff;\n}\n\n.brands-page .form-grid {\n  gap: 12px;\n}\n\n.brands-page .project-form input,\n.brands-page .project-form select {\n  min-height: 42px;\n}\n\n.brands-page .project-form textarea {\n  min-height: 96px;\n}\n\n.brands-page .footer-bottom {\n  margin-top: 44px;\n}\n\n\/* Staggered cards on the rest of the site *\/\n.scroll-reveal-pending :is(\n  .path-home-grid,\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid,\n  .service-offers\n) > * {\n  opacity: 0;\n  transform: translateY(16px);\n  transition: opacity 560ms ease, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.scroll-reveal-visible :is(\n  .path-home-grid,\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid,\n  .service-offers\n) > * {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.scroll-reveal-visible :is(\n  .path-home-grid,\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid,\n  .service-offers\n) > :nth-child(2) {\n  transition-delay: 70ms;\n}\n\n.scroll-reveal-visible :is(\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid,\n  .service-offers\n) > :nth-child(3) {\n  transition-delay: 140ms;\n}\n\n.scroll-reveal-visible :is(\n  .results-grid,\n  .value-grid,\n  .process-grid,\n  .portfolio-themes,\n  .portfolio-grid\n) > :nth-child(4) {\n  transition-delay: 210ms;\n}\n\n@media (max-width: 860px) {\n  .path-home-hero {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 1020px) {\n  .brands-page .featured-case-study {\n    grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);\n  }\n\n  .brands-page .featured-case-metrics {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .brands-page .featured-case-metrics > div:nth-child(3) {\n    padding-left: 0;\n    border-left: 0;\n    border-top: 1px solid #e7e2dd;\n  }\n\n  .brands-page .featured-case-metrics > div:nth-child(4) {\n    border-top: 1px solid #e7e2dd;\n  }\n\n  .brands-page .service-offers,\n  .brands-page .service-offers-strategy {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .brands-page .service-offers-content {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 680px) {\n  .path-home-hero {\n    padding: 24px 0 42px;\n    gap: 26px;\n  }\n\n  .path-home-hero h1 {\n    font-size: 42px;\n  }\n\n  .path-home-portrait {\n    min-height: 470px;\n  }\n\n  .path-home-offers {\n    padding: 54px 0;\n  }\n\n  .path-home-heading h2,\n  .path-home-footer h2 {\n    font-size: 38px;\n  }\n\n  .path-home-card {\n    min-height: 500px;\n  }\n\n  .path-home-card-copy h3 {\n    font-size: 36px;\n  }\n\n  .brands-page .section {\n    padding: 52px 0;\n  }\n\n  .brands-page .hero-grid {\n    height: 420px;\n    grid-template-rows: 115px 166px 125px;\n  }\n\n  .brands-page :is(\n    .split-layout h2,\n    .section-heading h2,\n    .about-copy h2,\n    .process-heading h2,\n    .pricing-intro h2,\n    .faq-section h2,\n    .site-footer h2,\n    .results-intro h2\n  ) {\n    font-size: 35px;\n  }\n\n  .brands-page .about-image,\n  .brands-page .about-image img {\n    min-height: 420px;\n  }\n\n  .brands-page .portfolio-theme-card {\n    min-height: 170px;\n  }\n\n  .brands-page .featured-case-study {\n    grid-template-columns: 1fr;\n    border-radius: 15px;\n  }\n\n  .brands-page .featured-case-cover {\n    min-height: 0;\n    aspect-ratio: 4 \/ 3;\n  }\n\n  .brands-page .featured-case-cover img {\n    object-position: center 10%;\n  }\n\n  .brands-page .featured-case-copy {\n    padding: 21px 18px 20px;\n  }\n\n  .brands-page .featured-case-copy h3 {\n    font-size: 31px;\n  }\n\n  .brands-page .featured-case-text {\n    font-size: 12px;\n  }\n\n  .brands-page .featured-case-metrics strong {\n    font-size: 25px;\n  }\n\n  .brands-page .service-offers,\n  .brands-page .service-offers-content,\n  .brands-page .service-offers-strategy {\n    grid-template-columns: 1fr;\n  }\n\n  .brands-page .service-panel {\n    padding: 14px;\n  }\n\n  .brands-page .service-card,\n  .brands-page .service-offers-strategy .service-card {\n    padding: 17px;\n  }\n\n  .brands-page .service-card-top,\n  .brands-page .service-offers-strategy .service-card-top {\n    min-height: 0;\n  }\n\n  .brands-page .service-card-top > strong,\n  .brands-page .service-offers-strategy .service-card-top > strong {\n    max-width: none;\n    font-size: 19px;\n    text-align: right;\n  }\n\n  .brands-page .project-form {\n    padding: 17px;\n  }\n}\n\n\/* Paris audiences with consistently treated portrait imagery *\/\n.bestie-audience-grid {\n  gap: 14px;\n}\n\n.bestie-audience-grid article,\n.bestie-audience-grid article:first-child,\n.bestie-audience-grid article:last-child,\n.bestie-audience-grid article + article {\n  min-height: 0;\n  padding: 8px;\n  overflow: hidden;\n  display: flex;\n  flex-direction: column;\n  border: 1px solid var(--color-border);\n  border-radius: 18px;\n  background: #ffffff;\n}\n\n.bestie-audience-visual {\n  position: relative;\n  height: 260px;\n  overflow: hidden;\n  border-radius: 12px;\n  background: #f1eeeb;\n}\n\n.bestie-audience-visual::after {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, transparent 62%, rgba(15, 36, 51, 0.1));\n  content: \"\";\n  pointer-events: none;\n}\n\n.bestie-audience-visual img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  filter: saturate(0.9) contrast(1.02) brightness(0.98);\n  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.bestie-audience-visual.solo img {\n  object-position: center 37%;\n}\n\n.bestie-audience-visual.friends img {\n  object-position: center 38%;\n}\n\n.bestie-audience-visual.couple img {\n  object-position: center 42%;\n}\n\n.bestie-audience-grid article:hover .bestie-audience-visual img {\n  --media-scale: 1.025;\n}\n\n.bestie-audience-copy {\n  padding: 14px 13px 12px;\n}\n\n.bestie-audience-copy > span {\n  color: var(--color-primary);\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.16em;\n}\n\n.bestie-audience-grid h3 {\n  margin: 11px 0 8px;\n  font-size: 23px;\n  line-height: 1.04;\n}\n\n.bestie-audience-grid p {\n  color: var(--color-muted);\n  font-size: 11px;\n  line-height: 1.62;\n}\n\n@media (max-width: 900px) {\n  .bestie-audience-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .bestie-audience-visual {\n    height: 320px;\n  }\n}\n\n@media (max-width: 680px) {\n  .bestie-audience-visual {\n    height: 300px;\n  }\n\n  .bestie-audience-copy {\n    padding: 13px 11px 12px;\n  }\n\n  .bestie-audience-grid h3 {\n    font-size: 21px;\n  }\n}\n\n\/* Final editorial refinements: centered copy, clearer cards and distinct B2B sections *\/\n.bestie-page .bestie-section {\n  padding-top: 64px;\n  padding-bottom: 64px;\n}\n\n.bestie-storylines .bestie-section-heading > p {\n  max-width: 520px;\n  justify-self: center;\n  text-align: center;\n}\n\n.bestie-page .bestie-storylines {\n  padding-bottom: 32px;\n}\n\n.bestie-page .bestie-pricing {\n  padding-top: 42px;\n}\n\n.bestie-page .bestie-coming-soon {\n  max-width: 920px;\n  margin: 20px auto 0;\n  padding: 18px 22px;\n  display: flex;\n  gap: 28px;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.bestie-page .bestie-coming-soon p {\n  max-width: 600px;\n}\n\n.bestie-page .bestie-coming-soon a {\n  flex: 0 0 auto;\n  white-space: nowrap;\n}\n\n.brands-page .service-offers-strategy .service-card-top {\n  grid-template-columns: 1fr;\n}\n\n.brands-page .service-offers-strategy .service-card-top > strong {\n  margin-top: 9px;\n  text-align: left;\n}\n\n.testimonials-section {\n  overflow: hidden;\n}\n\n.bestie-page .testimonials-section,\n.brands-page .testimonials-section {\n  background: #ffffff;\n}\n\n.brands-page .testi-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 18px;\n}\n\n.brands-page .testi-card {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  padding: 20px 22px;\n  border: 1px solid var(--color-border);\n  border-radius: 16px;\n  background: #ffffff;\n}\n\n.brands-page .testi-quote-mark {\n  font-family: Georgia, serif;\n  font-size: 28px;\n  line-height: 0.8;\n  color: var(--color-primary);\n  opacity: 0.55;\n}\n\n.brands-page .testi-text {\n  margin: 0;\n  font-size: 14px;\n  line-height: 1.55;\n  color: var(--color-text);\n}\n\n@media (max-width: 900px) {\n  .brands-page .testi-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 620px) {\n  .brands-page .testi-grid {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .brands-page .testi-card {\n    padding: 16px 18px;\n  }\n}\n\n.testimonials-columns {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 18px;\n  align-items: start;\n}\n\n.testimonials-column {\n  overflow: hidden;\n}\n\n.testimonials-track {\n  display: flex;\n  flex-direction: column;\n  gap: 18px;\n  padding-bottom: 18px;\n}\n\n.testimonial-card {\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n  min-height: 100%;\n  padding: 20px;\n  border: 1px solid var(--color-border);\n  border-top: 3px solid var(--color-primary);\n  border-radius: 24px;\n  background: #ffffff;\n  box-shadow: 0 10px 26px rgba(15, 36, 51, 0.04);\n}\n\n.testimonial-card p {\n  margin: 0;\n  color: var(--color-text);\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.testimonial-meta {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n\n.testimonial-meta img {\n  width: 48px;\n  height: 48px;\n  flex: 0 0 auto;\n  border-radius: 999px;\n  object-fit: cover;\n}\n\n.testimonial-avatar {\n  display: grid;\n  width: 48px;\n  height: 48px;\n  flex: 0 0 auto;\n  place-items: center;\n  border: 1px solid rgba(153, 27, 31, 0.24);\n  border-radius: 999px;\n  background: rgba(153, 27, 31, 0.07);\n  color: var(--color-primary);\n  font-size: 17px;\n}\n\n.testimonials-mobile-list {\n  display: none;\n}\n\n.testimonial-meta strong {\n  display: block;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 16px;\n  font-weight: 400;\n  line-height: 1.1;\n}\n\n.testimonial-meta span {\n  color: var(--color-muted);\n  font-size: 12px;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.bestie-testimonials {\n  background: #ffffff;\n}\n\n.bestie-testimonials .bestie-section-heading {\n  margin-bottom: 28px;\n}\n\n.bestie-testimonials-compact {\n  padding-top: 30px;\n  padding-bottom: 36px;\n}\n\n.bestie-testimonials-compact .bestie-section-heading {\n  margin-bottom: 16px;\n}\n\n.bestie-testimonials-compact .testimonials-columns {\n  display: none;\n}\n\n.bestie-testimonials-compact .testimonials-mobile-list {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.bestie-testimonials-compact .testimonial-card {\n  padding: 15px;\n  border-radius: 18px;\n}\n\n.bestie-testimonials-compact .testimonial-card p {\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n@media (max-width: 700px) {\n  .bestie-testimonials-compact .testimonials-mobile-list {\n    grid-template-columns: 1fr;\n  }\n}\n\n.bestie-testimonials-compact .testimonial-meta img {\n  width: 40px;\n  height: 40px;\n}\n\n.bestie-testimonials-compact .testimonial-avatar {\n  width: 40px;\n  height: 40px;\n}\n\n.testimonials-section.surface-section {\n  background: #ffffff;\n}\n\n.path-home-card-shade {\n  background: linear-gradient(180deg, rgba(15, 20, 24, 0.03) 28%, rgba(15, 20, 24, 0.16) 55%, rgba(10, 15, 18, 0.84) 100%);\n}\n\n.path-home-card-copy {\n  max-width: 560px;\n  padding: 0;\n  border: 0;\n  border-radius: 0;\n  background: transparent;\n  backdrop-filter: none;\n}\n\n.path-home .path-home-card-copy h3 {\n  color: #ffffff;\n  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.22);\n}\n\n.path-home .path-home-card-copy p {\n  color: rgba(255, 255, 255, 0.84);\n  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.34);\n}\n\n.path-home .path-home-card-copy small {\n  color: rgba(255, 255, 255, 0.72);\n}\n\n.path-home-footer > .path-home-shell {\n  text-align: center;\n}\n\n.path-home-footer > .path-home-shell > p:not(.path-home-eyebrow) {\n  margin-right: auto;\n  margin-left: auto;\n}\n\n.path-home-footer-actions {\n  justify-content: center;\n}\n\n.brands-page .results-section {\n  background: #f3f5f6;\n}\n\n.brands-page .result-item,\n.brands-page .result-item + .result-item {\n  border-color: #0f2433;\n  background: #0f2433;\n  color: #ffffff;\n  box-shadow: 0 12px 28px rgba(15, 36, 51, 0.1);\n}\n\n.brands-page .result-item > span {\n  color: #dba6a0;\n}\n\n.brands-page .result-item strong,\n.brands-page .result-item p {\n  color: #ffffff;\n}\n\n.brands-page .solution-section {\n  background: #ffffff;\n}\n\n.brands-page .solution-section .value-grid {\n  gap: 14px;\n}\n\n.brands-page .solution-section .value-card,\n.brands-page .solution-section .value-card:first-child,\n.brands-page .solution-section .value-card:last-child,\n.brands-page .solution-section .value-card + .value-card {\n  border: 1px solid #e3ded9;\n  border-top: 3px solid #8b0c0f;\n  background: #faf8f6;\n  box-shadow: 0 10px 24px rgba(15, 36, 51, 0.05);\n}\n\n.brands-page .solution-section .value-card > span {\n  color: #8b0c0f;\n}\n\n.brands-page .about-copy {\n  align-self: center;\n}\n\n.brands-page .about-mini-metrics {\n  margin-top: 24px;\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 10px;\n}\n\n.brands-page .about-mini-metrics article {\n  min-height: 130px;\n  padding: 17px;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  border: 1px solid var(--color-border);\n  border-radius: 12px;\n  background: #ffffff;\n}\n\n.brands-page .about-mini-metrics strong {\n  color: #8b0c0f;\n  font-family: \"ivypresto-display\", serif;\n  font-size: 32px;\n  font-weight: 400;\n  line-height: 1;\n}\n\n.brands-page .about-mini-metrics p {\n  margin: 15px 0 0;\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.5;\n}\n\n.brands-page .experience-roadmap-block {\n  grid-column: 1 \/ -1;\n  width: 100%;\n  margin-top: 18px;\n  padding-top: 34px;\n  border-top: 1px solid var(--color-border);\n}\n\n.brands-page .experience-roadmap-block > .eyebrow {\n  margin-bottom: 12px;\n}\n\n.ui-card {\n  border: 1px solid var(--color-border);\n  border-radius: 18px;\n  background: #ffffff;\n  color: var(--color-text);\n}\n\n.ui-card-header {\n  padding: 22px 22px 0;\n}\n\n.ui-card-title {\n  max-width: 720px;\n  margin: 0;\n  color: var(--color-text);\n  font-size: clamp(30px, 3.2vw, 44px);\n  font-weight: 400;\n  line-height: 1.02;\n  text-wrap: balance;\n}\n\n.ui-card-description {\n  max-width: 720px;\n  margin: 12px 0 0;\n  color: var(--color-muted);\n  font-size: 13px;\n  line-height: 1.65;\n}\n\n.ui-card-content {\n  padding: 28px 22px 22px;\n}\n\n.ui-badge {\n  display: inline-flex;\n  align-items: center;\n  min-height: 25px;\n  padding: 4px 9px;\n  border: 1px solid transparent;\n  border-radius: 999px;\n  font-size: 9px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n}\n\n.ui-badge-default {\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.ui-badge-outline {\n  border-color: var(--color-border);\n  background: #ffffff;\n  color: var(--color-primary);\n}\n\n.roadmap-card {\n  box-shadow: 0 14px 34px rgba(16, 38, 52, 0.055);\n  transition: box-shadow 240ms ease, transform 240ms ease;\n}\n\n.roadmap-card:hover {\n  box-shadow: 0 18px 42px rgba(16, 38, 52, 0.08);\n}\n\n.roadmap-card-header {\n  display: grid;\n  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);\n  gap: 48px;\n  align-items: end;\n}\n\n.roadmap-track {\n  position: relative;\n}\n\n.roadmap-line {\n  position: absolute;\n  top: 8px;\n  right: 10%;\n  left: 10%;\n  height: 1px;\n  background: rgba(153, 27, 31, 0.22);\n}\n\n.roadmap-items {\n  position: relative;\n  display: grid;\n  grid-template-columns: repeat(5, minmax(0, 1fr));\n}\n\n.roadmap-item {\n  position: relative;\n  min-width: 0;\n  min-height: 190px;\n  padding: 35px 18px 18px;\n  text-align: center;\n}\n\n.roadmap-item + .roadmap-item {\n  border-left: 1px solid var(--color-border);\n}\n\n.roadmap-dot {\n  position: absolute;\n  top: 0;\n  left: 50%;\n  width: 17px;\n  height: 17px;\n  display: grid;\n  place-items: center;\n  transform: translateX(-50%);\n  border-radius: 999px;\n}\n\n.roadmap-dot-done,\n.roadmap-dot-in-progress {\n  background: var(--color-primary);\n}\n\n.roadmap-dot-upcoming {\n  background: #e8e6e4;\n}\n\n.roadmap-dot > span {\n  width: 5px;\n  height: 5px;\n  border-radius: inherit;\n  background: #ffffff;\n}\n\n.roadmap-item h4 {\n  margin: 18px 0 10px;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: 22px;\n  font-weight: 400;\n  line-height: 1.08;\n  text-wrap: balance;\n}\n\n.roadmap-item p {\n  margin: 0;\n  color: var(--color-muted);\n  font-size: 11px;\n  line-height: 1.55;\n}\n\n@media (max-width: 980px) {\n  .roadmap-card-header {\n    grid-template-columns: 1fr;\n    gap: 12px;\n  }\n\n  .roadmap-items {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .roadmap-line {\n    display: none;\n  }\n\n  .roadmap-item {\n    padding-top: 26px;\n    border-top: 1px solid var(--color-border);\n  }\n\n  .roadmap-item:nth-child(odd) {\n    border-left: 0;\n  }\n\n  .roadmap-dot {\n    top: -9px;\n  }\n}\n\n@media (max-width: 600px) {\n  .brands-page .experience-roadmap-block {\n    margin-top: 8px;\n    padding-top: 26px;\n  }\n\n  .ui-card-header,\n  .ui-card-content {\n    padding-right: 16px;\n    padding-left: 16px;\n  }\n\n  .ui-card-title {\n    font-size: 32px;\n  }\n\n  .roadmap-items {\n    grid-template-columns: 1fr;\n  }\n\n  .roadmap-item {\n    min-height: 0;\n    padding: 24px 8px 22px 32px;\n    text-align: left;\n  }\n\n  .roadmap-item + .roadmap-item,\n  .roadmap-item:nth-child(odd) {\n    border-left: 0;\n  }\n\n  .roadmap-dot {\n    top: 26px;\n    left: 8px;\n    transform: none;\n  }\n\n  .roadmap-item h4 {\n    margin-top: 14px;\n    font-size: 21px;\n  }\n}\n\n@media (max-width: 1080px) {\n  .testimonials-columns {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .testimonials-column:nth-child(3) {\n    display: none;\n  }\n}\n\n@media (max-width: 680px) {\n  .testimonials-showcase .testimonials-columns {\n    display: none;\n  }\n\n  .testimonials-mobile-list {\n    display: grid;\n    gap: 10px;\n  }\n\n  .testimonials-columns {\n    grid-template-columns: 1fr;\n  }\n\n  .testimonials-column:nth-child(2),\n  .testimonials-column:nth-child(3) {\n    display: none;\n  }\n\n  .testimonial-card {\n    padding: 18px;\n    border-radius: 22px;\n  }\n\n  .testimonial-card p {\n    font-size: 14px;\n  }\n}\n\n@media (max-width: 980px) {\n  .path-home-header {\n    grid-template-columns: 1fr auto;\n    row-gap: 10px;\n  }\n\n  .path-home-nav {\n    order: 3;\n    grid-column: 1 \/ -1;\n    justify-content: flex-start;\n    overflow-x: auto;\n    padding-bottom: 2px;\n  }\n\n  .path-home-header-actions {\n    justify-self: end;\n  }\n}\n\n@media (max-width: 680px) {\n  .path-home-header {\n    grid-template-columns: 1fr auto;\n    gap: 10px 12px;\n    padding-top: 6px;\n    padding-bottom: 8px;\n  }\n\n  .path-home-brand {\n    font-size: 18px;\n  }\n\n  .path-home-nav {\n    gap: 18px;\n    font-size: 10px;\n    letter-spacing: 0.08em;\n  }\n\n  .path-home-header-actions {\n    gap: 8px;\n  }\n\n  .path-home-header-actions > span {\n    display: none;\n  }\n\n  .path-home-book {\n    min-height: 38px;\n    padding: 0 14px;\n    font-size: 9px;\n  }\n\n  .path-home-hero {\n    min-height: auto;\n    padding: 22px 0 40px;\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n\n  .path-home-portrait {\n    min-height: 420px;\n    padding: 12px;\n    border-radius: 24px;\n  }\n\n  .path-home-portrait-frame {\n    min-height: 394px;\n    border-radius: 18px;\n  }\n\n  .path-home-portrait figcaption {\n    left: 20px;\n    bottom: 20px;\n    padding: 8px 12px;\n    font-size: 8px;\n  }\n\n  .path-home-hero h1 {\n    font-size: 42px;\n    line-height: 0.95;\n  }\n\n  .path-home-hero h1 span {\n    font-size: 30px;\n  }\n\n  .path-home-hero h1 strong {\n    font-size: 48px;\n  }\n\n  .path-home-subtitle {\n    font-size: 18px;\n  }\n\n  .path-home-lead {\n    font-size: 14px;\n  }\n\n  .path-home-body {\n    font-size: 13px;\n  }\n\n  .path-home-badges {\n    margin-bottom: 20px;\n  }\n\n  .path-home-button {\n    min-height: 44px;\n    padding-inline: 16px;\n  }\n\n  .path-home-offers {\n    padding: 54px 0;\n  }\n\n  .path-home-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .path-home-card {\n    min-height: 430px;\n  }\n\n  .path-home-card-copy h3 {\n    font-size: 34px;\n  }\n\n  .path-home-footer {\n    padding-top: 48px;\n  }\n\n  .path-home-footer-bottom {\n    grid-template-columns: 1fr;\n    justify-items: center;\n    gap: 12px;\n    text-align: center;\n  }\n}\n\n@media (max-width: 680px) {\n  .bestie-page .bestie-section {\n    padding-top: 46px;\n    padding-bottom: 46px;\n  }\n\n  .bestie-page .bestie-storylines {\n    padding-bottom: 24px;\n  }\n\n  .bestie-page .bestie-pricing {\n    padding-top: 32px;\n  }\n\n  .bestie-page .bestie-coming-soon {\n    padding: 16px;\n    display: grid;\n    gap: 12px;\n  }\n\n  .bestie-storylines .bestie-section-heading > p {\n    justify-self: stretch;\n    text-align: left;\n  }\n\n  .path-home-card-copy {\n    padding: 0;\n  }\n\n  .path-home-footer-actions .path-home-button {\n    justify-content: center;\n  }\n\n  .brands-page .about-mini-metrics {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .brands-page .about-mini-metrics article {\n    min-height: 126px;\n    padding: 15px;\n  }\n}\n\n\/* Homepage motion: light editorial entrances and tactile hover states *\/\n@keyframes pathHomePortraitIn {\n  from { opacity: 0; transform: translateY(16px) scale(0.985); }\n  to { opacity: 1; transform: translateY(0) scale(1); }\n}\n\n@keyframes pathHomeCopyIn {\n  from { opacity: 0; transform: translateY(12px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.path-home-hero.scroll-reveal-pending,\n.path-home-hero.scroll-reveal-pending.scroll-reveal-visible {\n  opacity: 1;\n  transform: none;\n  transition: none;\n}\n\n.path-home-portrait {\n  animation: pathHomePortraitIn 850ms cubic-bezier(0.22, 1, 0.36, 1) both;\n}\n\n.path-home-hero-copy > * {\n  animation: pathHomeCopyIn 620ms cubic-bezier(0.22, 1, 0.36, 1) both;\n}\n\n.path-home-hero-copy > :nth-child(1) { animation-delay: 80ms; }\n.path-home-hero-copy > :nth-child(2) { animation-delay: 140ms; }\n.path-home-hero-copy > :nth-child(3) { animation-delay: 200ms; }\n.path-home-hero-copy > :nth-child(4) { animation-delay: 250ms; }\n.path-home-hero-copy > :nth-child(5) { animation-delay: 300ms; }\n.path-home-hero-copy > :nth-child(6) { animation-delay: 350ms; }\n\n.path-home-card {\n  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease;\n}\n\n.path-home-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 20px 42px rgba(15, 36, 51, 0.12);\n}\n\n.path-home-card-top span:last-child,\n.path-home-button span {\n  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.path-home-card:hover .path-home-card-top span:last-child {\n  transform: rotate(8deg) translate(2px, -2px);\n}\n\n.path-home-button:hover span {\n  transform: translate(3px, -2px);\n}\n\n.path-home-footer.scroll-reveal-pending .path-home-footer-actions > * {\n  opacity: 0;\n  transform: translateY(10px);\n  transition: opacity 480ms ease, transform 480ms cubic-bezier(0.22, 1, 0.36, 1);\n}\n\n.path-home-footer.scroll-reveal-visible .path-home-footer-actions > * {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.path-home-footer.scroll-reveal-visible .path-home-footer-actions > :nth-child(2) { transition-delay: 70ms; }\n.path-home-footer.scroll-reveal-visible .path-home-footer-actions > :nth-child(3) { transition-delay: 140ms; }\n\n@media (prefers-reduced-motion: reduce) {\n  .path-home-portrait,\n  .path-home-hero-copy > * {\n    animation: none;\n  }\n\n  .path-home-card,\n  .path-home-card picture img,\n  .path-home-card-top span:last-child,\n  .path-home-button span,\n  .path-home-footer.scroll-reveal-pending .path-home-footer-actions > * {\n    opacity: 1;\n    transform: none;\n    transition: none;\n  }\n}\n\n\/* Final homepage hero: minimalist editorial composition adapted from the supplied reference. *\/\n.path-home .path-home-hero {\n  min-height: min(760px, calc(100vh - 68px));\n  padding: 42px 0 58px;\n  grid-template-columns: minmax(180px, 0.68fr) minmax(360px, 1.22fr) minmax(290px, 0.94fr);\n  gap: clamp(20px, 2.8vw, 42px);\n  align-items: center;\n}\n\n.path-home .path-home-hero-intro {\n  position: relative;\n  z-index: 3;\n  max-width: 280px;\n  align-self: center;\n}\n\n.path-home .path-home-hero-intro .path-home-eyebrow {\n  margin-bottom: 20px;\n}\n\n.path-home .path-home-portrait {\n  min-height: 0;\n  padding: 0;\n  overflow: visible;\n  border: 0;\n  border-radius: 0;\n  background: transparent;\n  box-shadow: none;\n}\n\n.path-home .path-home-portrait::before {\n  display: none;\n}\n\n.path-home .path-home-portrait-frame {\n  position: relative;\n  width: 100%;\n  min-height: 0;\n  aspect-ratio: 0.72;\n  overflow: visible;\n  border-radius: 0;\n  background: transparent;\n}\n\n.path-home .path-home-portrait-frame::before {\n  position: absolute;\n  left: 50%;\n  bottom: 12%;\n  width: 106%;\n  aspect-ratio: 1;\n  border-radius: 50%;\n  background: linear-gradient(145deg, rgba(154, 75, 69, 0.2), rgba(244, 238, 232, 0.88));\n  content: \"\";\n  transform: translateX(-50%);\n}\n\n.path-home .path-home-portrait-frame img {\n  position: absolute;\n  z-index: 1;\n  inset: auto auto -1% 50%;\n  width: auto;\n  height: 150%;\n  max-width: none;\n  object-fit: contain;\n  object-position: center bottom;\n  filter: drop-shadow(0 26px 30px rgba(15, 36, 51, 0.13));\n  transform: translateX(-50%);\n}\n\n.path-home .path-home-hero-copy {\n  position: relative;\n  z-index: 3;\n  max-width: 390px;\n}\n\n.path-home .path-home-hero h1 {\n  max-width: none;\n  margin: 0;\n  display: block;\n  color: var(--color-primary);\n  font-size: clamp(56px, 5.6vw, 84px);\n  line-height: 0.88;\n  letter-spacing: -0.035em;\n}\n\n.path-home .path-home-hero h1 span,\n.path-home .path-home-hero h1 strong {\n  display: block;\n  color: inherit;\n  font: inherit;\n  line-height: inherit;\n}\n\n.path-home .path-home-hero h1 strong {\n  margin-top: 12px;\n  font-size: clamp(66px, 6.4vw, 96px);\n  font-weight: 400;\n}\n\n.path-home .path-home-subtitle {\n  max-width: 270px;\n  margin: 0 0 20px;\n  color: var(--color-text);\n  font-family: var(--serif);\n  font-size: clamp(24px, 2.05vw, 30px);\n  font-weight: 400;\n  line-height: 1.04;\n  letter-spacing: -0.015em;\n}\n\n.path-home .path-home-lead {\n  max-width: 268px;\n  margin: 0;\n  color: var(--color-muted);\n  font-family: var(--sans);\n  font-size: 14.5px;\n  font-weight: 300;\n  line-height: 1.58;\n}\n\n.path-home .path-home-actions {\n  margin-top: 34px;\n  align-items: flex-start;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.path-home .path-home-actions .path-home-button {\n  width: min(100%, 310px);\n  justify-content: space-between;\n}\n\n@media (max-width: 980px) {\n  .path-home .path-home-hero {\n    min-height: auto;\n    padding: 38px 0 54px;\n    grid-template-columns: minmax(160px, 0.7fr) minmax(300px, 1.1fr) minmax(240px, 0.9fr);\n    gap: 18px;\n  }\n\n  .path-home .path-home-hero h1 {\n    font-size: clamp(46px, 6vw, 62px);\n  }\n\n  .path-home .path-home-hero h1 strong {\n    font-size: clamp(54px, 7vw, 72px);\n  }\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-hero {\n    padding: 28px 0 44px;\n    grid-template-columns: 1fr;\n    gap: 22px;\n  }\n\n  .path-home .path-home-hero-copy {\n    order: 1;\n    max-width: none;\n  }\n\n  .path-home .path-home-hero-intro {\n    order: 2;\n    max-width: 540px;\n  }\n\n  .path-home .path-home-portrait {\n    order: 3;\n  }\n\n  .path-home .path-home-hero h1 {\n    font-size: 42px;\n  }\n\n  .path-home .path-home-hero h1 strong {\n    font-size: 49px;\n  }\n\n  .path-home .path-home-subtitle,\n  .path-home .path-home-lead {\n    max-width: 540px;\n  }\n\n  .path-home .path-home-portrait-frame {\n    width: min(100%, 390px);\n    margin-inline: auto;\n  }\n\n  .path-home .path-home-portrait-frame img {\n    height: 140%;\n  }\n\n  .path-home .path-home-actions {\n    margin-top: 24px;\n  }\n}\n\n\/* Final visual cleanup: continuous white canvas, compact rhythm and stable navigation. *\/\n.path-home {\n  background: #ffffff;\n}\n\n.path-home .path-home-hero {\n  min-height: 610px;\n  padding-top: 26px;\n  padding-bottom: 18px;\n}\n\n.path-home .path-home-offers {\n  padding: 46px 0 52px;\n  border-top: 0;\n  border-bottom: 0;\n  background: #ffffff;\n}\n\n.path-home .path-home-heading {\n  margin-bottom: 24px;\n}\n\n.path-home .path-home-footer {\n  padding-top: 54px;\n  background: #ffffff;\n  border-top: 1px solid rgba(15, 36, 51, 0.1);\n}\n\n.brands-page {\n  --color-primary: #991b1f;\n  --color-primary-hover: #7f1518;\n  --color-background: #ffffff;\n  --color-surface: #ffffff;\n  --color-border: rgba(15, 36, 51, 0.11);\n  background: #ffffff;\n}\n\n.brands-page .site-header {\n  min-height: 66px;\n  padding-top: 0;\n  padding-bottom: 0;\n  border-bottom: 1px solid var(--color-border);\n  background: rgba(255, 255, 255, 0.94);\n  box-shadow: 0 8px 24px rgba(15, 36, 51, 0.035);\n}\n\n.brands-page .site-header-nav {\n  justify-content: center;\n}\n\n.brands-page .desktop-nav {\n  gap: clamp(18px, 2vw, 30px);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.brands-page .desktop-nav a {\n  position: relative;\n  padding: 24px 0 21px;\n  color: #263844;\n}\n\n.brands-page .desktop-nav a::after {\n  position: absolute;\n  right: 0;\n  bottom: 15px;\n  left: 0;\n  height: 1px;\n  background: var(--color-primary);\n  content: \"\";\n  transform: scaleX(0);\n  transform-origin: center;\n  transition: transform 180ms ease;\n}\n\n.brands-page .desktop-nav a:hover,\n.brands-page .desktop-nav a:focus-visible {\n  color: var(--color-primary);\n}\n\n.brands-page .desktop-nav a:hover::after,\n.brands-page .desktop-nav a:focus-visible::after {\n  transform: scaleX(1);\n}\n\n.brands-page .section {\n  padding-top: 54px;\n  padding-bottom: 54px;\n}\n\n.brands-page .surface-section,\n.brands-page .faq-section,\n.brands-page .pricing-section,\n.brands-page .portfolio-section,\n.brands-page .problem-section,\n.brands-page .results-section,\n.brands-page .testimonials-section,\n.brands-page #methode,\n.brands-page .site-footer {\n  background: #ffffff;\n}\n\n.brands-page .section-heading,\n.brands-page .pricing-intro {\n  margin-bottom: 28px;\n}\n\n.brands-page .service-card-top,\n.brands-page .service-offers-strategy .service-card-top {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) auto;\n  align-items: start;\n}\n\n.brands-page .service-card-top > strong,\n.brands-page .service-offers-strategy .service-card-top > strong {\n  max-width: none;\n  min-width: max-content;\n  color: var(--color-primary);\n  font-size: clamp(18px, 1.6vw, 24px);\n  line-height: 1.08;\n  white-space: nowrap;\n}\n\n.brands-page .service-card .button.button-primary,\n.brands-page .service-offers-strategy .service-card .button.button-primary {\n  border-color: var(--color-primary);\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.brands-page .service-card .button.button-primary:hover,\n.brands-page .service-card .button.button-primary:focus-visible,\n.brands-page .service-offers-strategy .service-card .button.button-primary:hover,\n.brands-page .service-offers-strategy .service-card .button.button-primary:focus-visible {\n  border-color: var(--color-primary-hover);\n  background: var(--color-primary-hover);\n  color: #ffffff;\n}\n\n.brands-page .service-panel {\n  background: #ffffff;\n}\n\n@media (max-width: 1020px) {\n  .path-home .path-home-hero {\n    min-height: auto;\n  }\n}\n\n@media (max-width: 680px) {\n  .path-home .path-home-hero {\n    min-height: auto;\n    padding-top: 26px;\n    padding-bottom: 34px;\n  }\n\n  .path-home .path-home-offers {\n    padding: 40px 0 44px;\n  }\n\n  .brands-page .section {\n    padding-top: 44px;\n    padding-bottom: 44px;\n  }\n\n  .brands-page .service-card-top > strong,\n  .brands-page .service-offers-strategy .service-card-top > strong {\n    min-width: 0;\n    font-size: 19px;\n    white-space: normal;\n  }\n\n  .brands-page .service-card-top,\n  .brands-page .service-offers-strategy .service-card-top {\n    grid-template-columns: 1fr;\n  }\n\n  .brands-page .service-card-top > strong,\n  .brands-page .service-offers-strategy .service-card-top > strong {\n    margin-top: 8px;\n    text-align: left;\n  }\n}\n\n\/* Final cascade: one premium editorial language across the full draft. *\/\n:is(.path-home, .bestie-page, .brands-page) {\n  --color-primary: #991b1f;\n  --color-primary-hover: #761216;\n  --color-background: #ffffff;\n  --color-surface: #fcfbfa;\n  --color-text: #102634;\n  --color-muted: #657078;\n  --color-border: rgba(16, 38, 52, 0.12);\n  background: #ffffff;\n}\n\n.path-home .path-home-header,\n.bestie-page .bestie-header,\n.brands-page .site-header {\n  border-bottom-color: var(--color-border);\n  background: rgba(255, 255, 255, 0.96);\n  backdrop-filter: blur(16px);\n}\n\n.path-home .path-home-header {\n  position: relative;\n  z-index: 100;\n  isolation: isolate;\n}\n\n.path-home .path-home-header :is(a, button) {\n  position: relative;\n  z-index: 1;\n  pointer-events: auto;\n}\n\n.path-home .path-home-hero {\n  min-height: 620px;\n  padding-top: 28px;\n  padding-bottom: 26px;\n  grid-template-columns: minmax(190px, 0.7fr) minmax(400px, 1.45fr) minmax(280px, 1fr);\n  gap: clamp(18px, 2.2vw, 34px);\n}\n\n.path-home .path-home-portrait-frame {\n  aspect-ratio: 0.8;\n}\n\n.path-home .path-home-portrait-frame::before {\n  bottom: 8%;\n  width: 112%;\n  background: linear-gradient(145deg, rgba(153, 27, 31, 0.12), rgba(248, 245, 243, 0.96));\n}\n\n.path-home .path-home-portrait-frame img {\n  bottom: -3%;\n  height: 168%;\n}\n\n.path-home .path-home-offers,\n.path-home .path-home-footer {\n  background: #ffffff;\n}\n\n.path-home .path-home-card {\n  min-height: 410px;\n  border: 1px solid rgba(16, 38, 52, 0.08);\n  border-radius: 16px;\n  box-shadow: 0 14px 38px rgba(16, 38, 52, 0.075);\n}\n\n.path-home .path-home-grid {\n  width: min(100%, 1180px);\n  margin-inline: auto;\n}\n\n.path-home .path-home-card-copy h3 {\n  font-size: clamp(32px, 3vw, 44px);\n}\n\n.path-home :is(.path-home-book, .path-home-button.primary, .path-home-button.light, .path-home-card-copy strong) {\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.bestie-page .bestie-hero {\n  min-height: 620px;\n  padding-top: 42px;\n  padding-bottom: 52px;\n  gap: clamp(34px, 5vw, 64px);\n}\n\n.bestie-page .bestie-hero h1 {\n  font-size: clamp(50px, 5.5vw, 76px);\n}\n\n.bestie-page .bestie-hero-image {\n  border: 1px solid var(--color-border);\n  border-radius: 24px;\n  background: #f7f5f3;\n  box-shadow: 0 18px 50px rgba(16, 38, 52, 0.08);\n}\n\n.bestie-page .bestie-section {\n  padding-top: 52px;\n  padding-bottom: 52px;\n}\n\n.bestie-page :is(.bestie-why, .bestie-storylines, .bestie-details, .bestie-rules, .bestie-faq, .bestie-footer, .bestie-testimonials) {\n  background: #ffffff;\n}\n\n.bestie-page :is(.bestie-pricing, .bestie-booking, .bestie-coming-soon) {\n  background: var(--color-surface);\n}\n\n.bestie-page .bestie-section-heading {\n  margin-bottom: 28px;\n  gap: clamp(30px, 5vw, 64px);\n}\n\n.bestie-page :is(.bestie-section-heading h2, .bestie-pricing-heading h2, .bestie-details h2, .bestie-faq h2) {\n  font-size: clamp(36px, 4.2vw, 52px);\n  line-height: 1.02;\n}\n\n.bestie-page .bestie-why-grid {\n  gap: 10px;\n}\n\n.bestie-page .bestie-why-grid article {\n  min-height: 220px;\n  padding: 20px;\n  border: 1px solid var(--color-border);\n  border-radius: 14px;\n  background: #ffffff;\n}\n\n.bestie-page .bestie-why-grid article + article {\n  border-left: 1px solid var(--color-border);\n}\n\n.bestie-page .bestie-why-grid h3 {\n  margin-top: 34px;\n  font-size: 23px;\n}\n\n.bestie-page .bestie-pricing-heading {\n  margin-bottom: 34px;\n}\n\n.bestie-page .bestie-price-grid article {\n  padding: 22px;\n  border-color: var(--color-border);\n  border-radius: 14px;\n  background: #ffffff;\n  box-shadow: 0 10px 28px rgba(16, 38, 52, 0.045);\n}\n\n.bestie-page .bestie-price-grid article.featured {\n  border-top: 3px solid var(--color-primary);\n}\n\n.bestie-page .bestie-price-top h3 {\n  font-size: 27px;\n}\n\n.bestie-page .bestie-price-top strong {\n  font-size: 38px;\n}\n\n.bestie-page .bestie-package-description {\n  min-height: 58px;\n}\n\n.bestie-page :is(.bestie-creative-terms, .bestie-rules-grid article, .bestie-booking-form, .bestie-calendar-card, .testimonial-card) {\n  border-color: var(--color-border);\n  background: #ffffff;\n}\n\n.bestie-page .bestie-rules-grid {\n  gap: 10px;\n}\n\n.bestie-page .bestie-rules-grid article {\n  min-height: 146px;\n  padding: 18px;\n  border-radius: 14px;\n}\n\n.bestie-page .bestie-rules-grid h3 {\n  margin-top: 18px;\n  font-size: 20px;\n}\n\n.bestie-page .bestie-testimonials-compact {\n  padding-top: 42px;\n  padding-bottom: 42px;\n}\n\n.bestie-page .testimonial-card {\n  border-top: 2px solid var(--color-primary);\n  box-shadow: 0 8px 22px rgba(16, 38, 52, 0.045);\n}\n\n.brands-page .section {\n  padding-top: 50px;\n  padding-bottom: 50px;\n}\n\n.brands-page :is(.surface-section, .faq-section, .pricing-section, .portfolio-section, .problem-section, .results-section, .testimonials-section, .solution-section, .site-footer) {\n  background: #ffffff;\n}\n\n.brands-page .solution-section :is(.value-card, .value-card:first-child, .value-card:last-child, .value-card + .value-card) {\n  border: 1px solid var(--color-border);\n  border-top: 3px solid var(--color-primary);\n  background: var(--color-surface);\n  box-shadow: 0 8px 22px rgba(16, 38, 52, 0.04);\n}\n\n.brands-page :is(.service-card, .service-panel, .project-form, .faq-list details, .portfolio-card, .featured-case-study, .about-mini-metrics article) {\n  border-color: var(--color-border);\n  background: #ffffff;\n}\n\n.brands-page .service-panel {\n  border: 1px solid var(--color-border);\n}\n\n.brands-page .service-card,\n.brands-page .service-offers-strategy .service-card {\n  box-shadow: 0 8px 22px rgba(16, 38, 52, 0.045);\n}\n\n.brands-page :is(.button.button-primary, .service-card .button.button-primary, .service-offers-strategy .service-card .button.button-primary) {\n  border-color: var(--color-primary);\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.brands-page .service-card-top,\n.brands-page .service-offers-strategy .service-card-top {\n  grid-template-columns: minmax(0, 1fr) minmax(132px, auto);\n}\n\n.brands-page .service-card-top > strong,\n.brands-page .service-offers-strategy .service-card-top > strong {\n  min-width: 0;\n  max-width: 14ch;\n  white-space: normal;\n  text-wrap: balance;\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-hero {\n    min-height: auto;\n    padding-top: 28px;\n    padding-bottom: 40px;\n  }\n\n  .path-home .path-home-portrait-frame {\n    aspect-ratio: 0.92;\n  }\n\n  .path-home .path-home-portrait-frame img {\n    height: 132%;\n  }\n\n  .path-home .path-home-card {\n    min-height: 420px;\n  }\n\n  .bestie-page .bestie-hero {\n    padding-top: 34px;\n    padding-bottom: 40px;\n  }\n\n  .bestie-page .bestie-section,\n  .brands-page .section {\n    padding-top: 42px;\n    padding-bottom: 42px;\n  }\n\n  .bestie-page .bestie-why-grid article {\n    min-height: 0;\n  }\n}\n\n\/* 2026-08-12 mobile proportion pass: compact, readable and face-safe. *\/\n.brands-page .portfolio-section .featured-case-study {\n  margin: 0 0 30px;\n  border-top: 3px solid var(--color-primary);\n}\n\n.brands-page .featured-case-link,\n.brands-page .service-tab.active,\n.brands-page .service-tab:hover {\n  color: var(--color-primary);\n}\n\n.brands-page .service-tab.active {\n  border-color: var(--color-primary);\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.brands-page .service-tab.active > span,\n.brands-page .service-tab.active i {\n  color: #ffffff;\n}\n\n.brands-page .service-note {\n  padding: 12px 14px;\n  border-left: 3px solid var(--color-primary);\n  background: #fbf7f6;\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-hero {\n    padding-top: 22px;\n    padding-bottom: 30px;\n    gap: 16px;\n  }\n\n  .path-home .path-home-hero-copy {\n    order: 1;\n  }\n\n  .path-home .path-home-hero h1 {\n    font-size: 31px;\n    line-height: 0.95;\n    letter-spacing: -0.025em;\n  }\n\n  .path-home .path-home-hero h1 strong {\n    margin-top: 5px;\n    font-size: clamp(43px, 13vw, 54px);\n    line-height: 0.9;\n  }\n\n  .path-home .path-home-actions {\n    margin-top: 18px;\n    gap: 8px;\n  }\n\n  .path-home .path-home-actions .path-home-button {\n    min-height: 48px;\n    width: 100%;\n  }\n\n  .path-home .path-home-hero-intro {\n    order: 2;\n    max-width: none;\n    padding-top: 4px;\n  }\n\n  .path-home .path-home-hero-intro .path-home-eyebrow {\n    margin-bottom: 10px;\n  }\n\n  .path-home .path-home-subtitle {\n    max-width: 16ch;\n    margin-bottom: 11px;\n    font-size: 24px;\n    line-height: 1.02;\n  }\n\n  .path-home .path-home-lead {\n    max-width: 34ch;\n    font-size: 13.5px;\n    line-height: 1.48;\n  }\n\n  .path-home .path-home-portrait {\n    order: 3;\n    margin-top: -4px;\n  }\n\n  .path-home .path-home-portrait-frame {\n    width: min(100%, 430px);\n    aspect-ratio: 1.03;\n  }\n\n  .path-home .path-home-portrait-frame::before {\n    bottom: 2%;\n    width: 94%;\n  }\n\n  .path-home .path-home-portrait-frame img {\n    bottom: -4%;\n    height: 160%;\n  }\n\n  .path-home .path-home-offers {\n    padding-top: 34px;\n    padding-bottom: 38px;\n  }\n\n  .path-home .path-home-heading {\n    margin-bottom: 20px;\n  }\n\n  .path-home .path-home-heading h2 {\n    font-size: 40px;\n  }\n\n  .path-home .path-home-card {\n    min-height: 390px;\n  }\n\n  .path-home .path-home-card.traveller picture img {\n    object-position: 54% 20%;\n  }\n\n  .path-home .path-home-card.brand-card picture img {\n    object-position: 58% center;\n  }\n\n  .path-home .path-home-card-shade {\n    background: linear-gradient(180deg, rgba(10, 15, 18, 0.03) 25%, rgba(10, 15, 18, 0.12) 46%, rgba(10, 15, 18, 0.93) 100%);\n  }\n\n  .path-home .path-home-card-copy {\n    right: 20px;\n    bottom: 20px;\n    left: 20px;\n    max-width: 320px;\n  }\n\n  .path-home .path-home-card-copy h3 {\n    max-width: 11ch;\n    margin-bottom: 8px;\n    font-size: 33px;\n    line-height: 0.96;\n  }\n\n  .path-home .path-home-card-copy p {\n    max-width: 32ch;\n    margin-bottom: 11px;\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .path-home .path-home-card-copy strong {\n    min-height: 42px;\n  }\n\n  .path-home .path-home-card-top {\n    top: 18px;\n    right: 18px;\n    left: 18px;\n  }\n\n  .path-home .path-home-image-label {\n    top: 72px;\n    left: 18px;\n  }\n\n  .brands-page .section {\n    padding-top: 34px;\n    padding-bottom: 34px;\n  }\n\n  .brands-page .problem-section {\n    padding-top: 36px;\n    padding-bottom: 32px;\n  }\n\n  .brands-page :is(\n    .split-layout h2,\n    .section-heading h2,\n    .about-copy h2,\n    .pricing-intro h2,\n    .faq-section h2,\n    .site-footer h2,\n    .results-intro h2\n  ) {\n    font-size: clamp(35px, 10vw, 43px);\n    line-height: 0.98;\n  }\n\n  .brands-page .about-layout {\n    gap: 24px;\n  }\n\n  .brands-page .about-image {\n    min-height: 0;\n    max-height: 500px;\n    aspect-ratio: 4 \/ 5;\n    border-radius: 18px;\n  }\n\n  .brands-page .about-image img {\n    min-height: 0;\n    height: 100%;\n    object-position: center 18%;\n  }\n\n  .brands-page .about-copy h2 {\n    margin-bottom: 16px;\n  }\n\n  .brands-page .about-copy > p:not(.eyebrow) {\n    font-size: 13px;\n    line-height: 1.52;\n  }\n\n  .brands-page .about-mini-metrics article {\n    min-height: 106px;\n    padding: 14px;\n  }\n\n  .brands-page .solution-section {\n    min-height: 0;\n    padding-top: 34px;\n    padding-bottom: 28px;\n  }\n\n  .brands-page .solution-section .section-heading,\n  .brands-page .portfolio-section .section-heading {\n    margin-bottom: 24px;\n    gap: 14px;\n  }\n\n  .brands-page .solution-section .section-heading > p,\n  .brands-page .portfolio-section .section-heading > p {\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .brands-page .portfolio-section {\n    padding-top: 30px;\n    padding-bottom: 36px;\n  }\n\n  .brands-page .portfolio-section .featured-case-study {\n    margin-bottom: 24px;\n  }\n\n  .brands-page .featured-case-cover {\n    aspect-ratio: 16 \/ 10;\n  }\n\n  .brands-page .featured-case-copy {\n    padding: 18px 16px;\n  }\n\n  .brands-page .featured-case-copy h3 {\n    font-size: 28px;\n  }\n\n  .brands-page .featured-case-text {\n    display: -webkit-box;\n    overflow: hidden;\n    -webkit-box-orient: vertical;\n    -webkit-line-clamp: 3;\n  }\n\n  .brands-page .featured-case-metrics {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .brands-page .featured-case-metrics > div:nth-child(3) {\n    border-left: 0;\n  }\n\n  .brands-page .portfolio-theme-card {\n    min-height: 156px;\n  }\n\n  .brands-page .pricing-section {\n    padding-top: 36px;\n  }\n\n  .brands-page .service-panel {\n    padding: 12px;\n  }\n\n  .brands-page .service-card,\n  .brands-page .service-offers-strategy .service-card {\n    padding: 16px;\n  }\n\n  .brands-page .service-card-top,\n  .brands-page .service-offers-strategy .service-card-top {\n    min-height: 0;\n    display: flex !important;\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 8px;\n  }\n\n  .brands-page .service-card h3 {\n    max-width: 12ch;\n    font-size: 29px;\n    line-height: 0.98;\n  }\n\n  .brands-page .service-card-top > strong,\n  .brands-page .service-offers-strategy .service-card-top > strong {\n    position: static;\n    width: auto;\n    max-width: none;\n    margin: 0;\n    display: block;\n    font-size: 22px;\n    line-height: 1.05;\n    text-align: left;\n    white-space: normal;\n  }\n\n  .brands-page .service-label {\n    max-width: 28ch;\n    margin-bottom: 10px;\n    font-size: 9px;\n    line-height: 1.35;\n  }\n\n  .brands-page .service-subtitle,\n  .brands-page .service-offers-strategy .service-subtitle {\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .brands-page .service-card li {\n    font-size: 12.5px;\n    line-height: 1.45;\n  }\n\n  .brands-page .service-note {\n    margin-bottom: 14px;\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  .brands-page .brands-page .service-terms{margin:4px 0 18px;color:#5B6B76;font-size:12.5px;line-height:1.5}\n.service-bonus {\n    margin-bottom: 14px;\n    font-size: 11px;\n    line-height: 1.4;\n  }\n}\n\n\/* Stable homepage hero at desktop and tablet widths. Keep this block last so\n   earlier experimental hero rules cannot pull the columns over each other. *\/\n@media (min-width: 1101px) {\n  .path-home .path-home-hero {\n    grid-template-columns: minmax(240px, 1fr) minmax(350px, 1fr) minmax(380px, 1fr);\n    gap: clamp(24px, 2.6vw, 42px);\n  }\n\n  .path-home .path-home-hero-intro {\n    grid-column: 1;\n    grid-row: 1;\n    min-width: 0;\n    align-self: start;\n    justify-self: end;\n  }\n\n  .path-home .path-home-portrait {\n    grid-column: 2;\n    grid-row: 1;\n    min-width: 0;\n    margin: 0 28px;\n  }\n\n  .path-home .path-home-hero-copy {\n    grid-column: 3;\n    grid-row: 1;\n    min-width: 0;\n    max-width: 440px;\n    align-self: start;\n  }\n\n  .path-home .path-home-hero h1 {\n    font-size: clamp(52px, 4.2vw, 72px);\n  }\n\n  .path-home .path-home-hero h1 strong {\n    font-size: clamp(60px, 4.8vw, 82px);\n  }\n}\n\n@media (min-width: 761px) and (max-width: 1100px) {\n  .path-home .path-home-header {\n    grid-template-columns: minmax(0, 1fr) auto;\n    row-gap: 8px;\n  }\n\n  .path-home .path-home-nav {\n    order: 3;\n    grid-column: 1 \/ -1;\n    justify-content: flex-start;\n  }\n\n  .path-home .path-home-header-actions {\n    grid-column: 2;\n  }\n\n  .path-home .path-home-hero {\n    min-height: auto;\n    padding: 46px 0 48px;\n    grid-template-columns: minmax(0, 0.92fr) minmax(310px, 1.08fr);\n    grid-template-rows: auto auto;\n    gap: 22px 30px;\n    align-items: center;\n  }\n\n  .path-home .path-home-hero-copy {\n    grid-column: 1;\n    grid-row: 1;\n    min-width: 0;\n    max-width: 390px;\n    align-self: end;\n  }\n\n  .path-home .path-home-hero-intro {\n    grid-column: 1;\n    grid-row: 2;\n    min-width: 0;\n    max-width: 390px;\n    align-self: start;\n  }\n\n  .path-home .path-home-portrait {\n    grid-column: 2;\n    grid-row: 1 \/ span 2;\n    min-width: 0;\n  }\n\n  .path-home .path-home-portrait-frame {\n    width: 100%;\n    aspect-ratio: 0.86;\n  }\n\n  .path-home .path-home-portrait-frame img {\n    height: 142%;\n  }\n\n  .path-home .path-home-hero h1 {\n    font-size: clamp(43px, 5.8vw, 60px);\n  }\n\n  .path-home .path-home-hero h1 strong {\n    font-size: clamp(49px, 6.7vw, 70px);\n  }\n\n  .path-home .path-home-actions {\n    margin-top: 24px;\n  }\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-hero-intro,\n  .path-home .path-home-portrait,\n  .path-home .path-home-hero-copy {\n    grid-column: auto;\n    grid-row: auto;\n  }\n}\n\n\/* Keep the location selector compact so the choices appear sooner. *\/\n.bestie-page .bestie-storylines {\n  padding-top: 30px;\n  padding-bottom: 32px;\n}\n\n.bestie-page .bestie-storylines .bestie-storylines-intro {\n  grid-template-columns: minmax(0, 560px) minmax(260px, 390px);\n  align-items: end;\n  gap: clamp(24px, 4vw, 56px);\n  margin-bottom: 18px;\n}\n\n.bestie-page .bestie-storylines .bestie-storylines-intro h2 {\n  max-width: 18ch;\n  margin-top: 8px;\n  font-size: clamp(38px, 3.5vw, 50px);\n  line-height: 0.98;\n}\n\n.bestie-page .bestie-storylines .bestie-storylines-intro > p {\n  max-width: 390px;\n  justify-self: end;\n  margin: 0 0 3px;\n  font-size: clamp(15px, 1vw, 17px);\n  line-height: 1.45;\n  text-align: left;\n}\n\n.bestie-page .bestie-storylines .bestie-location-heading {\n  margin-bottom: 12px;\n}\n\n@media (max-width: 760px) {\n  .bestie-page .bestie-storylines {\n    padding-top: 24px;\n    padding-bottom: 28px;\n  }\n\n  .bestie-page .bestie-storylines .bestie-storylines-intro {\n    grid-template-columns: 1fr;\n    gap: 9px;\n    margin-bottom: 16px;\n  }\n\n  .bestie-page .bestie-storylines .bestie-storylines-intro h2 {\n    max-width: 16ch;\n    margin-top: 6px;\n    font-size: clamp(34px, 10vw, 43px);\n    line-height: 1;\n  }\n\n  .bestie-page .bestie-storylines .bestie-storylines-intro > p {\n    max-width: 34ch;\n    justify-self: start;\n    margin: 0;\n    font-size: 15px;\n  }\n}\n\n\/* \"A little about me\" \u2014 add a portrait next to the bio, and shrink the\n   reason cards (they read as oversized: tall min-height, wide padding,\n   a big gap between the number and the title). *\/\n.bestie-page .bestie-why-intro {\n  display: flex;\n  align-items: center;\n  gap: 28px;\n  margin-bottom: 8px;\n}\n\n.bestie-page .bestie-why-photo {\n  width: 128px;\n  height: 128px;\n  flex-shrink: 0;\n  border-radius: 999px;\n  object-fit: cover;\n  object-position: top center;\n}\n\n.bestie-page .bestie-why-intro .bestie-section-heading {\n  flex: 1;\n}\n\n.bestie-page .bestie-why-grid article {\n  min-height: auto;\n  padding: 16px;\n}\n\n.bestie-page .bestie-why-grid h3 {\n  margin-top: 10px;\n  font-size: 19px;\n}\n\n@media (max-width: 640px) {\n  .bestie-page .bestie-why-intro {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 16px;\n  }\n\n  .bestie-page .bestie-why-photo {\n    width: 96px;\n    height: 96px;\n  }\n}\n\n.bestie-why-hero-wrap {\n  margin-top: -90px;\n}\n\n@media (max-width: 640px) {\n  .bestie-why-hero-wrap {\n    margin-top: -40px;\n  }\n}\n\n.bestie-page .bestie-price-grid article {\n  overflow: visible;\n}\n\n\/* Final homepage alignment and overflow guard. *\/\n.path-home {\n  width: 100%;\n  overflow-x: clip;\n}\n\n.path-home .path-home-language :is(a, button) {\n  width: 35px;\n  min-width: 35px;\n  height: 34px;\n  min-height: 34px;\n  padding: 0;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border: 0;\n  border-radius: 999px;\n  background: transparent;\n  color: var(--color-muted);\n  font-size: 9px;\n  font-weight: 700;\n  line-height: 1;\n  text-decoration: none;\n}\n\n.path-home .path-home-language :is(a, button).active {\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n@media (min-width: 1101px) {\n  .path-home .path-home-portrait-frame img {\n    left: 54.5%;\n  }\n}\n\n@media (max-width: 760px) {\n  .path-home .path-home-hero {\n    width: min(100% - 32px, 640px);\n    margin-inline: auto;\n    grid-template-columns: minmax(0, 1fr) !important;\n  }\n\n  .path-home .path-home-hero > *,\n  .path-home .path-home-hero-intro,\n  .path-home .path-home-portrait,\n  .path-home .path-home-hero-copy {\n    width: 100%;\n    min-width: 0;\n    max-width: 100%;\n    grid-column: 1 !important;\n    left: auto;\n    right: auto;\n  }\n\n  .path-home .path-home-portrait {\n    margin: 0;\n    overflow: clip;\n  }\n\n  .path-home .path-home-portrait-frame {\n    width: min(100%, 390px);\n  }\n}\n\n.bestie-page .path-home-language a {\n  width: 35px;\n  min-width: 35px;\n  height: 34px;\n  min-height: 34px;\n  padding: 0;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border: 0;\n  border-radius: 999px;\n  background: transparent;\n  color: var(--color-muted);\n  font-size: 9px;\n  font-weight: 700;\n  line-height: 1;\n  text-decoration: none;\n}\n\n.bestie-page .path-home-language a.active {\n  background: var(--color-primary);\n  color: #ffffff;\n}\n\n.form-delivery-note,\n.bestie-email-note {\n  max-width: 62ch;\n  margin: 12px 0 0;\n  color: var(--color-muted);\n  font-size: 12px;\n  line-height: 1.5;\n}\n\n.bestie-email-note {\n  max-width: none;\n  text-align: center;\n}\n\n.form-delivery-note a,\n.bestie-email-note a {\n  color: var(--color-text);\n  font-weight: 600;\n  overflow-wrap: anywhere;\n}\n\n.bestie-footer-actions {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 12px;\n}\n\n.bestie-footer-actions .bestie-button {\n  max-width: 100%;\n  line-height: 1.35;\n  text-align: center;\n  white-space: normal;\n}\n\n@media (max-width: 680px) {\n  .bestie-footer-actions {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr);\n  }\n\n  .bestie-footer-actions .bestie-button {\n    width: 100%;\n  }\n}\n\n\/* Final B2B mobile layout guard.\n   Keep these rules last: the stylesheet contains later desktop refinements\n   whose higher specificity otherwise restores the two-column About grid. *\/\n@media (max-width: 760px) {\n  .brands-page {\n    overflow-x: clip;\n  }\n\n  .brands-page .site-header {\n    width: 100%;\n    min-height: 66px;\n    padding-right: 16px;\n    padding-left: 16px;\n    gap: 12px;\n  }\n\n  .brands-page .brand {\n    min-width: 0;\n    font-size: 18px;\n  }\n\n  .brands-page .header-actions {\n    flex: 0 0 auto;\n  }\n\n  .brands-page .language-switch {\n    padding: 2px;\n  }\n\n  .brands-page .language-switch a {\n    min-width: 31px;\n    min-height: 31px;\n  }\n\n  .brands-page .b2b-video-hero {\n    width: calc(100% - 24px);\n    min-height: min(748px, calc(100svh - 78px));\n    margin: 12px auto 0;\n    border-radius: 18px;\n  }\n\n  .brands-page .b2b-video-hero-content {\n    right: 18px;\n    bottom: 42px;\n    left: 18px;\n    width: auto;\n  }\n\n  .brands-page .b2b-video-hero-content h1 {\n    max-width: 10ch;\n    font-size: clamp(42px, 12.5vw, 52px);\n    line-height: 0.94;\n  }\n\n  .brands-page .b2b-video-hero-content > p:not(.hero-kicker) {\n    max-width: 34ch;\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .brands-page .section {\n    padding-top: 42px;\n    padding-bottom: 42px;\n  }\n\n  .brands-page .container {\n    width: calc(100% - 32px);\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .brands-page .about-layout {\n    width: calc(100% - 32px);\n    grid-template-columns: minmax(0, 1fr);\n    align-items: start;\n    gap: 24px;\n  }\n\n  .brands-page .about-image {\n    width: 100%;\n    height: auto;\n    min-height: 0;\n    max-height: none;\n    aspect-ratio: 4 \/ 5;\n    border-radius: 18px;\n  }\n\n  .brands-page .about-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 0;\n    object-position: center 18%;\n  }\n\n  .brands-page .about-copy {\n    width: 100%;\n    min-width: 0;\n  }\n\n  .brands-page .about-copy h2 {\n    max-width: 12ch;\n    margin-bottom: 16px;\n  }\n\n  .brands-page .about-copy > p:not(.eyebrow) {\n    max-width: 42ch;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .brands-page .about-mini-metrics {\n    width: 100%;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin-top: 22px;\n  }\n\n  .brands-page .about-mini-metrics article {\n    min-width: 0;\n    min-height: 116px;\n    padding: 15px;\n  }\n\n  .brands-page .section-heading,\n  .brands-page .pricing-intro {\n    gap: 12px;\n    margin-bottom: 24px;\n  }\n\n  .brands-page .featured-case-study,\n  .brands-page .portfolio-theme-card,\n  .brands-page .service-panel,\n  .brands-page .service-card,\n  .brands-page .testimonial-card,\n  .brands-page .faq-list details,\n  .brands-page .project-form {\n    max-width: 100%;\n  }\n\n  .brands-page .pricing-section,\n  .brands-page .testimonials-section,\n  .brands-page .faq-section {\n    padding-top: 42px;\n    padding-bottom: 42px;\n  }\n}\n\n@media (max-width: 390px) {\n  .brands-page .site-header {\n    padding-right: 12px;\n    padding-left: 12px;\n  }\n\n  .brands-page .brand {\n    font-size: 17px;\n  }\n\n  .brands-page .language-switch a {\n    min-width: 29px;\n  }\n\n  .brands-page .b2b-video-hero-content h1 {\n    font-size: clamp(40px, 12vw, 47px);\n  }\n\n  .brands-page .about-mini-metrics article {\n    min-height: 102px;\n  }\n}\n\nbody.page-id-473 #site-header,body.page-id-473 #site-footer,body.page-id-473 #content>.page-header,body.page-id-473 .trp-language-switcher{display:none!important}body.page-id-473 #content,body.page-id-473 #content>.page-content{display:block;width:100%;max-width:none;margin:0;padding:0}body.page-id-473{overflow-x:hidden}body.page-id-473 .brands-page{width:100%}\n\/* Package content from Brand_services_UA_FR_EN.docx *\/\n.brands-page .service-description{margin:10px 0 0;color:var(--color-text);font-size:12px;line-height:1.58}\n.brands-page .service-subheading{margin:16px 0 0;color:var(--color-text);font-size:12px;font-weight:700;line-height:1.5}\n.brands-page .service-result{margin:0 0 16px;padding:11px 12px;border-left:3px solid var(--color-primary);background:rgba(153,27,31,.045);color:var(--color-text);font-size:11px;line-height:1.5}\n.brands-page .service-result strong,.brands-page .service-note strong{color:var(--color-primary)}\n.brands-page .service-offers-strategy .service-card{min-width:0}\n\n\/* Equal strategic package headers *\/\n@media (min-width: 681px){.brands-page .service-offers-strategy .service-card-top{min-height:148px;display:grid;grid-template-columns:minmax(0,1fr) minmax(118px,auto);align-items:start;gap:16px}.brands-page .service-offers-strategy .service-card-top>strong{max-width:14ch;margin:0;text-align:right}.brands-page .service-offers-strategy .service-card-top h3{margin:0}}\n@media (max-width:680px){.brands-page .service-offers-strategy .service-card-top{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.brands-page .service-offers-strategy .service-card-top>strong{max-width:13ch;margin:0;text-align:right}}\n\n\/* Compact expandable service cards *\/\n.brands-page .service-more{margin:12px 0 16px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}\n.brands-page .service-more summary{position:relative;padding:12px 26px 12px 0;cursor:pointer;list-style:none;color:var(--color-primary);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}\n.brands-page .service-more summary::-webkit-details-marker{display:none}\n.brands-page .service-more summary::after{position:absolute;right:2px;top:50%;transform:translateY(-50%);content:\"+\";font-size:18px;font-weight:400}\n.brands-page .service-more[open] summary::after{content:\"\u2212\"}\n.brands-page .service-more-content{padding:0 0 4px}\n.brands-page .service-more-content>.service-description:first-child{margin-top:0}\n.brands-page .service-more-content ul{margin-top:14px}\n.brands-page .service-card>.button{margin-top:auto}\n@media (min-width:681px){.brands-page .service-card{align-self:start}}\n\n\/* Unified site typography *\/\n.brands-page{font-family:\"Inter\",Arial,sans-serif}\n.brands-page .brand{font-family:\"ivypresto-display\",Georgia,serif;font-size:21px;font-weight:300}\n.brands-page h1{font-family:\"ivypresto-display\",Georgia,serif;font-size:clamp(48px,5vw,56px);line-height:1}\n.brands-page :is(.split-layout h2,.section-heading h2,.about-copy h2,.process-heading h2,.pricing-intro h2,.faq-section h2,.site-footer h2,.results-intro h2){font-family:\"ivypresto-display\",Georgia,serif;font-size:clamp(38px,4vw,48px);line-height:1.04}\n.brands-page :is(.service-card h3,.portfolio-card h3,.value-card h3,.process-step h3){font-family:\"ivypresto-display\",Georgia,serif;font-size:clamp(22px,2vw,26px);line-height:1.05}\n.brands-page :is(p,li,label,input,select,textarea,button,a){font-family:\"Inter\",Arial,sans-serif}\n.brands-page .desktop-nav{font-size:11px}\n.brands-page .site-footer{font-family:\"Inter\",Arial,sans-serif}\n@media(max-width:680px){.brands-page h1{font-size:40px}.brands-page :is(.split-layout h2,.section-heading h2,.about-copy h2,.process-heading h2,.pricing-intro h2,.faq-section h2,.site-footer h2,.results-intro h2){font-size:36px}}\n\n\/* Final typography priority *\/\n.brands-page :is(.b2b-video-hero-content h1,.hero-content h1){font-family:\"ivypresto-display\",Georgia,serif!important;font-size:clamp(48px,5vw,56px)!important;line-height:1!important}\n.brands-page option{font-family:\"Inter\",Arial,sans-serif!important}\n@media(max-width:680px){.brands-page :is(.b2b-video-hero-content h1,.hero-content h1){font-size:40px!important}}\n<\/style><div id=\"b2b-root\"><div id=\"top\" class=\"brands-page\"><header class=\"site-header\"><a href=\"https:\/\/contentbyanastasiia.com\/434-2\/\" class=\"brand\">Content by Anastasiia<\/a><div class=\"site-header-nav\"><nav class=\"desktop-nav\" aria-label=\"Main navigation\"><a href=\"#apropos\">About<\/a><a href=\"#portfolio\">Portfolio<\/a><a href=\"#tarifs\">Pricing<\/a><a href=\"#contact-form\">Contact<\/a><\/nav><\/div><div class=\"header-actions\"><div class=\"language-switch\" aria-label=\"Language\"><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=fr\">FR<\/a><a class=\"active\" aria-current=\"page\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=en\">EN<\/a><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=uk\">UK<\/a><\/div><\/div><\/header><section class=\"b2b-video-hero\" aria-labelledby=\"hero-title\" data-scroll-reveal=\"true\"><video class=\"b2b-video-hero-media\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"metadata\" poster=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video-poster.jpg\" aria-hidden=\"true\"><source src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video.mp4\" type=\"video\/mp4\"><\/video><div class=\"b2b-video-hero-shade\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-grain\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-content\"><p class=\"hero-kicker\">CONTENT CREATOR &amp; CREATIVE STRATEGIST \u00b7 PARIS<\/p><h1 id=\"hero-title\">Content your brand can actually use.<\/h1><p>Social-first photo and video production in Paris and across France, created for your social media and digital platforms.<\/p><div class=\"hero-actions\"><a class=\"button button-light\" href=\"#tarifs\">Find the right service<\/a><a class=\"button button-glass\" href=\"#portfolio\">View examples<\/a><\/div><\/div><\/section><section class=\"section surface-section\" id=\"apropos\" data-scroll-reveal=\"true\"><div class=\"container about-layout\"><div class=\"about-image\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/06\/photo_19.jpeg\" alt=\"Anastasiia, Content Creator and Creative Strategist in Paris\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.07\"><\/div><div class=\"about-copy\"><p class=\"eyebrow\">About<\/p><h2>Content creation, strategy and creative direction.<\/h2><p>I\u2019m Anastasiia, a Paris-based Content Creator and Creative Strategist with 7+ years of experience across international projects.<\/p><p>I help brands understand what content they need, develop the right creative direction and bring it to life through photo and video production.<\/p><div class=\"about-mini-metrics\"><article><strong aria-label=\"7+\"><span class=\"tabular-nums\">7<\/span><span>+<\/span><\/strong><p>years of experience in content creation and social media<\/p><\/article><article><strong aria-label=\"3M+\"><span class=\"tabular-nums\">3<\/span><span>M+<\/span><\/strong><p>organic views generated across multiple projects<\/p><\/article><article><strong aria-label=\"12+\"><span class=\"tabular-nums\">12<\/span><span>+<\/span><\/strong><p>brands &amp; projects across beauty, fashion, lifestyle and international businesses<\/p><\/article><article><strong aria-label=\"5\"><span class=\"tabular-nums\">5<\/span><span><\/span><\/strong><p>countries: France, the Netherlands, Luxembourg, Ukraine and the United States<\/p><\/article><\/div><\/div><\/div><\/section><section class=\"section portfolio-section\" id=\"portfolio\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">Portfolio<\/p><h2>Selected work<\/h2><\/div><p>Choose a field and explore selected projects.<\/p><\/div><article class=\"featured-case-study\"><a class=\"featured-case-cover\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"View the full case study\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-case-study-cover.jpg\" alt=\"Cover of the Sacr\u00e9e Paris case study about content strategy and booking clicks\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.08\"><\/a><div class=\"featured-case-copy\"><div><p class=\"eyebrow\">Featured case study<\/p><p class=\"featured-case-meta\">Sacr\u00e9e Paris \u00b7 Beauty salon \u00b7 February to July<\/p><h3>From a beautiful feed to a clearer booking journey.<\/h3><p class=\"featured-case-text\">Over six months, I developed a content system combining strategy, regular production, UGC, stronger Reels hooks, paid promotion and ongoing optimization.<\/p><\/div><div class=\"featured-case-metrics\" aria-label=\"Featured case study\"><div><strong>773.4K<\/strong><span>views<\/span><\/div><div><strong>240.9K<\/strong><span>reach<\/span><\/div><div><strong>6.4K<\/strong><span>booking clicks<\/span><\/div><div><strong>18.3K<\/strong><span>profile visits<\/span><\/div><\/div><a class=\"featured-case-link\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\">View the full case study<span aria-hidden=\"true\">\u2197<\/span><\/a><\/div><\/article><div class=\"portfolio-themes\"><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-medecine-esthetique-2026-optimized.jpg\" alt=\"\" width=\"960\" height=\"1637\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Aesthetic Medicine<\/strong><span>Clinics &amp; treatments<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-massage-bien-etre-optimized.jpg\" alt=\"\" width=\"1023\" height=\"1537\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Massage &amp; Wellbeing<\/strong><span>Spa &amp; wellness<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-beaute-onglerie-optimized.jpg\" alt=\"\" width=\"941\" height=\"1672\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Beauty &amp; Nails<\/strong><span>Beauty &amp; nail care<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-evenements-lifestyle-optimized.jpg\" alt=\"\" width=\"848\" height=\"1854\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Events &amp; Lifestyle<\/strong><span>Fashion &amp; lifestyle<\/span><\/span><\/button><\/div><div class=\"portfolio-results\" hidden=\"\"><div class=\"portfolio-results-intro\"><span>Selection<\/span><h3>Selected work<\/h3><p>Choose a field and explore selected projects.<\/p><\/div><div class=\"portfolio-grid\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=RwQuX51tVPY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-epilation-laser-femme.jpg\" alt=\"Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=l2ZLJa_Gvq8\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Microcurrent Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-soin-visage-microcourants.jpg\" alt=\"Microcurrent Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Microcurrent Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=svB_GnVacFE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-epilation-laser-homme.jpg\" alt=\"Men\u2019s Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=oD-BDkY3_Qw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-soin-visage-homme.png\" alt=\"Men\u2019s Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><\/div><\/div><\/div><\/section><section class=\"section pricing-section\" id=\"tarifs\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"pricing-intro\"><p class=\"eyebrow\">Services &amp; pricing<\/p><h2>Services for your brand<\/h2><p>I offer several ways to work together, ranging from a one-off content shoot to complete social media management. Choose the service that best matches what you need right now: a ready-to-publish video, a library of content, professional guidance, a detailed strategy, or comprehensive support.<\/p><\/div><div class=\"service-selector\" role=\"tablist\" aria-label=\"Services for your brand\"><div class=\"service-choice\"><button id=\"service-tab-content\" class=\"service-tab active\" type=\"button\" role=\"tab\" aria-selected=\"true\" aria-expanded=\"true\" aria-controls=\"service-panel-content\" tabindex=\"0\"><span>0<!-- -->1<\/span>Content Production<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-content\" class=\"service-panel active\" role=\"tabpanel\" aria-labelledby=\"service-tab-content\"><p class=\"service-category-intro\">Choose a focused shoot or build a reusable library of content for the weeks ahead.<\/p><div class=\"service-offers service-offers-content\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>One off video shoot<\/h3><\/div><strong>\u20ac150<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you want to bring one specific idea to life, such as an advertisement, a service presentation, a launch video, or a piece of content based on an existing reference.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">You come with a clear request, and I help you turn it into a finished video that is ready to publish.<\/p><ul><li>Up to 1 hour of filming<\/li><li>Filming based on your reference or an idea agreed in advance<\/li><li>1 edited vertical video of up to 60 seconds<\/li><li>Up to 2 rounds of revisions<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> One fully edited video ready to be published on your social media channels.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Book a video shoot<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>Content library<\/h3><\/div><strong>\u20ac500<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you need a varied collection of materials for regular content creation rather than a single video.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">Before the shoot, I take the time to understand your business, services, and goals. Based on this, we define the visual direction and prepare a detailed shot list. During one session, we create a library of content that you can use over the following weeks.<\/p><ul><li>A short preparation call<\/li><li>A brief and mood board before the shoot<\/li><li>An in-depth look at your services, needs, and goals<\/li><li>A detailed shot list<\/li><li>Up to 4 hours of filming on location<\/li><li>Selection and delivery of the raw footage<\/li><li>Content for Instagram, TikTok, YouTube Shorts, Google Business Profile, Planity, Treatwell, and other platforms<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A structured library of video materials that you can use to create and publish content regularly.<\/p><p class=\"service-note\"><strong>Note:<\/strong> Editing of finished videos is not included in this package and can be quoted separately.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Build my content library<\/button><\/article><\/div><\/div><\/div><div class=\"service-choice\"><button id=\"service-tab-strategy\" class=\"service-tab\" type=\"button\" role=\"tab\" aria-selected=\"false\" aria-expanded=\"false\" aria-controls=\"service-panel-strategy\" tabindex=\"-1\"><span>0<!-- -->2<\/span>Strategy &amp; Creative Direction<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-strategy\" class=\"service-panel\" role=\"tabpanel\" aria-labelledby=\"service-tab-strategy\" hidden=\"\"><p class=\"service-category-intro\">Choose professional guidance, a complete strategy, or hands-on social media support.<\/p><div class=\"service-offers service-offers-strategy\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>Strategic consultation<\/h3><\/div><strong>\u20ac100<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you have a specific challenge or question but are unsure which direction to take.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">You may want to clarify your brand positioning, decide what content to create, choose the right formats, understand why your posts are not delivering results, or build a clearer approach to social media.<\/p><p class=\"service-description\">Before our meeting, I review your request so that we can focus on practical solutions during the consultation.<\/p><ul><li>A questionnaire before the session<\/li><li>An initial review of your request<\/li><li>A video consultation of up to 60 minutes<\/li><li>Answers to your questions<\/li><li>Recommendations on positioning and content formats<\/li><li>A clear list of next steps<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A professional perspective on your situation and practical recommendations that you can start implementing immediately after the consultation.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Book a consultation<\/button><\/article><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>Content strategy<\/h3><\/div><strong>\u20ac500<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you need a complete system for growing your brand on social media rather than an answer to a single question.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">I analyse your brand, market, competitors, and target audience, then create a detailed roadmap. It will help you understand what to communicate, who your content should speak to, which platforms and formats to use, and how your content can guide potential customers towards a purchase.<\/p><ul><li>Definition of your business goals and the role of social media<\/li><li>An audit of your brand and current communication channels<\/li><li>Market and competitor analysis<\/li><li>Target audience analysis<\/li><li>Development or clarification of your positioning<\/li><li>Definition of your unique value proposition<\/li><li>Recommendations for your tone of voice and visual direction<\/li><li>Content pillars and repeatable video formats<\/li><li>Recommendations for your content funnel and customer journey<\/li><li>Strategic recommendations tailored to your goals<\/li><li>A completed PDF document delivered within 2 weeks<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A complete content strategy that you or your team can use to manage your social media consistently and systematically.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Request a content strategy<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>VIP partnership<\/h3><\/div><strong>Custom pricing<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you want to delegate the growth and management of your social media presence to a specialist.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">For one month, I work directly with your brand to create a complete social media system, coordinate its implementation, and analyse the results. This is a close partnership with your business and the practical implementation of the decisions we make together.<\/p><p class=\"service-subheading\">Depending on your brand\u2019s needs, the partnership may include<\/p><ul><li>Development of an SMM strategy<\/li><li>Creation of a content plan<\/li><li>Development of content pillars and ideas<\/li><li>Organisation of content production<\/li><li>Content preparation and publishing<\/li><li>Collaborations with bloggers and influencers<\/li><li>Coordination of UGC content<\/li><li>Ongoing social media management<\/li><li>Performance analysis and strategy adjustments<\/li><li>Monthly reporting<\/li><li>Ongoing communication and strategic support<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A complete social media growth system covering strategy, content, collaborations, implementation, and performance analysis.<\/p><p class=\"service-note\"><strong>Note:<\/strong> Availability is limited. The exact scope of the package, workload, and pricing are determined individually based on your brand\u2019s goals and needs.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Request a VIP proposal<\/button><\/article><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"section surface-section testimonials-section\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">Client feedback<\/p><h2>What clients remember most.<\/h2><\/div><p>A few words about the direction, the working rhythm and the clarity the content brought once it went live.<\/p><\/div><div class=\"testi-grid\"><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">A pleasure working with Anastasiia again. Good quality videos, great communication, and she followed our instructions very well.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Did a great job on every task. Very flexible and open to feedback.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Eager and persistent to get the message right. Her advertising skills and great energy produced excellent output.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Excellent work product. Resourceful and diligent. Communicates well, delivers on schedule and shows a lot of business maturity.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Very good to work with. Quick to respond, strong follow-through and high marks for creativity.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Energetic and bright. A professional social media creator who brings new clients to your business.<\/p><\/article><\/div><\/div><\/section><section class=\"section faq-section\" data-scroll-reveal=\"true\"><div class=\"container narrow\"><p class=\"eyebrow\">FAQ<\/p><h2>Frequently asked questions<\/h2><p class=\"faq-intro\">Everything you need to know about the process and delivery.<\/p><div class=\"faq-card-grid\"><article class=\"faq-card\"><h3>How do I choose the right service?<\/h3><p>Choose your current need in the selector. If you are unsure, describe your project in the form and I will recommend the best format.<\/p><\/article><article class=\"faq-card\"><h3>Can strategy be booked without production?<\/h3><p>Yes. A Strategy Consultation or Content Strategy can be booked independently from a production session.<\/p><\/article><article class=\"faq-card\"><h3>How long does delivery take?<\/h3><p>Timelines depend on the service, scope and schedule agreed during the brief.<\/p><\/article><article class=\"faq-card\"><h3>Do you work outside Paris?<\/h3><p>Yes. Travel outside Paris is available with a custom quote.<\/p><\/article><article class=\"faq-card\"><h3>Can I add extra edited videos?<\/h3><p>Yes. Simple video editing is available from \u20ac50 per video.<\/p><\/article><article class=\"faq-card\"><h3>How do I get started?<\/h3><p>Complete the form with your business, current need and estimated budget. I will reply with the next steps.<\/p><\/article><\/div><p class=\"faq-footer-note\">Have another question?<!-- --> <a href=\"#contact\">Get in touch<\/a><\/p><\/div><\/section><footer class=\"site-footer\" id=\"contact\" data-scroll-reveal=\"true\"><div class=\"container footer-layout\"><div><p class=\"eyebrow\">Contact<\/p><h2>Tell me what you want to create.<\/h2><p>Share your brand, goals and current content needs. I\u2019ll recommend the production format that fits your project.<\/p><a class=\"button button-outline contact-whatsapp\" href=\"https:\/\/wa.me\/33744921306?text=Bonjour%20Anastasiia%2C%20j%E2%80%99ai%20une%20question%20concernant%20vos%20services.\">Have a question? Message me on WhatsApp<\/a><\/div><form class=\"project-form\" id=\"project-form\"><div class=\"form-grid\"><label><span>Name<\/span><input autocomplete=\"name\" required=\"\" name=\"name\"><\/label><label><span>Brand<\/span><input autocomplete=\"organization\" required=\"\" name=\"brand\"><\/label><label><span>Email<\/span><input type=\"email\" autocomplete=\"email\" required=\"\" name=\"email\"><\/label><label><span>Website or Instagram<!-- --> <small>(<!-- -->optional<!-- -->)<\/small><\/span><input placeholder=\"https:\/\/ or @handle\" name=\"website\"><\/label><label><span>Service<\/span><select name=\"service\"><option value=\"One off video shoot\">One off video shoot<\/option><option value=\"Content library\">Content library<\/option><option value=\"Strategic consultation\">Strategic consultation<\/option><option value=\"Content strategy\">Content strategy<\/option><option value=\"VIP partnership\">VIP partnership<\/option><option value=\"Not sure yet\" selected=\"\">Not sure yet<\/option><\/select><\/label><label><span>Estimated budget<!-- --> <small>(<!-- -->optional<!-- -->)<\/small><\/span><input inputmode=\"decimal\" name=\"budget\"><\/label><label class=\"form-wide\"><span>Project description<\/span><textarea name=\"description\" rows=\"5\" required=\"\"><\/textarea><\/label><\/div><button class=\"button button-primary\" type=\"submit\">Tell me about my project<\/button><p class=\"form-delivery-note\">This button opens a prepared email in your mail app. If nothing opens, email me directly at<!-- --> <a href=\"mailto:contentbyanastasiia.paris@gmail.com\">contentbyanastasiia.paris@gmail.com<\/a>.<\/p><\/form><\/div><div class=\"container footer-bottom\"><span>Content by Anastasiia<\/span><div><a href=\"https:\/\/www.instagram.com\/stacy_riazanova\/\" target=\"_blank\" rel=\"noreferrer\">Instagram<\/a><a href=\"https:\/\/fr.linkedin.com\/in\/anastasiia-riazanova-237a591b2\" target=\"_blank\" rel=\"noreferrer\">LinkedIn<\/a><a href=\"mailto:contentbyanastasiia.paris@gmail.com\">Email<\/a><a href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/anastasiia-riazanova-cv-1.pdf\" download=\"\">Download my CV<\/a><\/div><span>\u00a9 <!-- -->2026<!-- --> Anastasiia Riazanova<\/span><\/div><\/footer><\/div><\/div><template id=\"b2b-en\"><div id=\"top\" class=\"brands-page\"><header class=\"site-header\"><a href=\"https:\/\/contentbyanastasiia.com\/434-2\/\" class=\"brand\">Content by Anastasiia<\/a><div class=\"site-header-nav\"><nav class=\"desktop-nav\" aria-label=\"Main navigation\"><a href=\"#apropos\">About<\/a><a href=\"#portfolio\">Portfolio<\/a><a href=\"#tarifs\">Pricing<\/a><a href=\"#contact-form\">Contact<\/a><\/nav><\/div><div class=\"header-actions\"><div class=\"language-switch\" aria-label=\"Language\"><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=fr\">FR<\/a><a class=\"active\" aria-current=\"page\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=en\">EN<\/a><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=uk\">UK<\/a><\/div><\/div><\/header><section class=\"b2b-video-hero\" aria-labelledby=\"hero-title\" data-scroll-reveal=\"true\"><video class=\"b2b-video-hero-media\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"metadata\" poster=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video-poster.jpg\" aria-hidden=\"true\"><source src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video.mp4\" type=\"video\/mp4\"><\/video><div class=\"b2b-video-hero-shade\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-grain\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-content\"><p class=\"hero-kicker\">CONTENT CREATOR &amp; CREATIVE STRATEGIST \u00b7 PARIS<\/p><h1 id=\"hero-title\">Content your brand can actually use.<\/h1><p>Social-first photo and video production in Paris and across France, created for your social media and digital platforms.<\/p><div class=\"hero-actions\"><a class=\"button button-light\" href=\"#tarifs\">Find the right service<\/a><a class=\"button button-glass\" href=\"#portfolio\">View examples<\/a><\/div><\/div><\/section><section class=\"section surface-section\" id=\"apropos\" data-scroll-reveal=\"true\"><div class=\"container about-layout\"><div class=\"about-image\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/06\/photo_19.jpeg\" alt=\"Anastasiia, Content Creator and Creative Strategist in Paris\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.07\"><\/div><div class=\"about-copy\"><p class=\"eyebrow\">About<\/p><h2>Content creation, strategy and creative direction.<\/h2><p>I\u2019m Anastasiia, a Paris-based Content Creator and Creative Strategist with 7+ years of experience across international projects.<\/p><p>I help brands understand what content they need, develop the right creative direction and bring it to life through photo and video production.<\/p><div class=\"about-mini-metrics\"><article><strong aria-label=\"7+\"><span class=\"tabular-nums\">7<\/span><span>+<\/span><\/strong><p>years of experience in content creation and social media<\/p><\/article><article><strong aria-label=\"3M+\"><span class=\"tabular-nums\">3<\/span><span>M+<\/span><\/strong><p>organic views generated across multiple projects<\/p><\/article><article><strong aria-label=\"12+\"><span class=\"tabular-nums\">12<\/span><span>+<\/span><\/strong><p>brands &amp; projects across beauty, fashion, lifestyle and international businesses<\/p><\/article><article><strong aria-label=\"5\"><span class=\"tabular-nums\">5<\/span><span><\/span><\/strong><p>countries: France, the Netherlands, Luxembourg, Ukraine and the United States<\/p><\/article><\/div><\/div><\/div><\/section><section class=\"section portfolio-section\" id=\"portfolio\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">Portfolio<\/p><h2>Selected work<\/h2><\/div><p>Choose a field and explore selected projects.<\/p><\/div><article class=\"featured-case-study\"><a class=\"featured-case-cover\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"View the full case study\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-case-study-cover.jpg\" alt=\"Cover of the Sacr\u00e9e Paris case study about content strategy and booking clicks\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.08\"><\/a><div class=\"featured-case-copy\"><div><p class=\"eyebrow\">Featured case study<\/p><p class=\"featured-case-meta\">Sacr\u00e9e Paris \u00b7 Beauty salon \u00b7 February to July<\/p><h3>From a beautiful feed to a clearer booking journey.<\/h3><p class=\"featured-case-text\">Over six months, I developed a content system combining strategy, regular production, UGC, stronger Reels hooks, paid promotion and ongoing optimization.<\/p><\/div><div class=\"featured-case-metrics\" aria-label=\"Featured case study\"><div><strong>773.4K<\/strong><span>views<\/span><\/div><div><strong>240.9K<\/strong><span>reach<\/span><\/div><div><strong>6.4K<\/strong><span>booking clicks<\/span><\/div><div><strong>18.3K<\/strong><span>profile visits<\/span><\/div><\/div><a class=\"featured-case-link\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\">View the full case study<span aria-hidden=\"true\">\u2197<\/span><\/a><\/div><\/article><div class=\"portfolio-themes\"><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-medecine-esthetique-2026-optimized.jpg\" alt=\"\" width=\"960\" height=\"1637\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Aesthetic Medicine<\/strong><span>Clinics &amp; treatments<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-massage-bien-etre-optimized.jpg\" alt=\"\" width=\"1023\" height=\"1537\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Massage &amp; Wellbeing<\/strong><span>Spa &amp; wellness<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-beaute-onglerie-optimized.jpg\" alt=\"\" width=\"941\" height=\"1672\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Beauty &amp; Nails<\/strong><span>Beauty &amp; nail care<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-evenements-lifestyle-optimized.jpg\" alt=\"\" width=\"848\" height=\"1854\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Events &amp; Lifestyle<\/strong><span>Fashion &amp; lifestyle<\/span><\/span><\/button><\/div><div class=\"portfolio-results\" hidden=\"\"><div class=\"portfolio-results-intro\"><span>Selection<\/span><h3>Selected work<\/h3><p>Choose a field and explore selected projects.<\/p><\/div><div class=\"portfolio-grid\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=RwQuX51tVPY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-epilation-laser-femme.jpg\" alt=\"Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=l2ZLJa_Gvq8\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Microcurrent Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-soin-visage-microcourants.jpg\" alt=\"Microcurrent Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Microcurrent Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=svB_GnVacFE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-epilation-laser-homme.jpg\" alt=\"Men\u2019s Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=oD-BDkY3_Qw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-soin-visage-homme.png\" alt=\"Men\u2019s Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><\/div><\/div><\/div><\/section><section class=\"section pricing-section\" id=\"tarifs\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"pricing-intro\"><p class=\"eyebrow\">Services &amp; pricing<\/p><h2>Services for your brand<\/h2><p>I offer several ways to work together, ranging from a one-off content shoot to complete social media management. Choose the service that best matches what you need right now: a ready-to-publish video, a library of content, professional guidance, a detailed strategy, or comprehensive support.<\/p><\/div><div class=\"service-selector\" role=\"tablist\" aria-label=\"Services for your brand\"><div class=\"service-choice\"><button id=\"service-tab-content\" class=\"service-tab active\" type=\"button\" role=\"tab\" aria-selected=\"true\" aria-expanded=\"true\" aria-controls=\"service-panel-content\" tabindex=\"0\"><span>0<!-- -->1<\/span>Content Production<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-content\" class=\"service-panel active\" role=\"tabpanel\" aria-labelledby=\"service-tab-content\"><p class=\"service-category-intro\">Choose a focused shoot or build a reusable library of content for the weeks ahead.<\/p><div class=\"service-offers service-offers-content\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>One off video shoot<\/h3><\/div><strong>\u20ac150<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you want to bring one specific idea to life, such as an advertisement, a service presentation, a launch video, or a piece of content based on an existing reference.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">You come with a clear request, and I help you turn it into a finished video that is ready to publish.<\/p><ul><li>Up to 1 hour of filming<\/li><li>Filming based on your reference or an idea agreed in advance<\/li><li>1 edited vertical video of up to 60 seconds<\/li><li>Up to 2 rounds of revisions<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> One fully edited video ready to be published on your social media channels.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Book a video shoot<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>Content library<\/h3><\/div><strong>\u20ac500<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you need a varied collection of materials for regular content creation rather than a single video.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">Before the shoot, I take the time to understand your business, services, and goals. Based on this, we define the visual direction and prepare a detailed shot list. During one session, we create a library of content that you can use over the following weeks.<\/p><ul><li>A short preparation call<\/li><li>A brief and mood board before the shoot<\/li><li>An in-depth look at your services, needs, and goals<\/li><li>A detailed shot list<\/li><li>Up to 4 hours of filming on location<\/li><li>Selection and delivery of the raw footage<\/li><li>Content for Instagram, TikTok, YouTube Shorts, Google Business Profile, Planity, Treatwell, and other platforms<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A structured library of video materials that you can use to create and publish content regularly.<\/p><p class=\"service-note\"><strong>Note:<\/strong> Editing of finished videos is not included in this package and can be quoted separately.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Build my content library<\/button><\/article><\/div><\/div><\/div><div class=\"service-choice\"><button id=\"service-tab-strategy\" class=\"service-tab\" type=\"button\" role=\"tab\" aria-selected=\"false\" aria-expanded=\"false\" aria-controls=\"service-panel-strategy\" tabindex=\"-1\"><span>0<!-- -->2<\/span>Strategy &amp; Creative Direction<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-strategy\" class=\"service-panel\" role=\"tabpanel\" aria-labelledby=\"service-tab-strategy\" hidden=\"\"><p class=\"service-category-intro\">Choose professional guidance, a complete strategy, or hands-on social media support.<\/p><div class=\"service-offers service-offers-strategy\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>Strategic consultation<\/h3><\/div><strong>\u20ac100<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you have a specific challenge or question but are unsure which direction to take.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">You may want to clarify your brand positioning, decide what content to create, choose the right formats, understand why your posts are not delivering results, or build a clearer approach to social media.<\/p><p class=\"service-description\">Before our meeting, I review your request so that we can focus on practical solutions during the consultation.<\/p><ul><li>A questionnaire before the session<\/li><li>An initial review of your request<\/li><li>A video consultation of up to 60 minutes<\/li><li>Answers to your questions<\/li><li>Recommendations on positioning and content formats<\/li><li>A clear list of next steps<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A professional perspective on your situation and practical recommendations that you can start implementing immediately after the consultation.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Book a consultation<\/button><\/article><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>Content strategy<\/h3><\/div><strong>\u20ac500<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you need a complete system for growing your brand on social media rather than an answer to a single question.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">I analyse your brand, market, competitors, and target audience, then create a detailed roadmap. It will help you understand what to communicate, who your content should speak to, which platforms and formats to use, and how your content can guide potential customers towards a purchase.<\/p><ul><li>Definition of your business goals and the role of social media<\/li><li>An audit of your brand and current communication channels<\/li><li>Market and competitor analysis<\/li><li>Target audience analysis<\/li><li>Development or clarification of your positioning<\/li><li>Definition of your unique value proposition<\/li><li>Recommendations for your tone of voice and visual direction<\/li><li>Content pillars and repeatable video formats<\/li><li>Recommendations for your content funnel and customer journey<\/li><li>Strategic recommendations tailored to your goals<\/li><li>A completed PDF document delivered within 2 weeks<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A complete content strategy that you or your team can use to manage your social media consistently and systematically.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Request a content strategy<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>VIP partnership<\/h3><\/div><strong>Custom pricing<\/strong><\/div><p class=\"service-subtitle\">This option is ideal if you want to delegate the growth and management of your social media presence to a specialist.<\/p><details class=\"service-more\"><summary>Learn more<\/summary><div class=\"service-more-content\"><p class=\"service-description\">For one month, I work directly with your brand to create a complete social media system, coordinate its implementation, and analyse the results. This is a close partnership with your business and the practical implementation of the decisions we make together.<\/p><p class=\"service-subheading\">Depending on your brand\u2019s needs, the partnership may include<\/p><ul><li>Development of an SMM strategy<\/li><li>Creation of a content plan<\/li><li>Development of content pillars and ideas<\/li><li>Organisation of content production<\/li><li>Content preparation and publishing<\/li><li>Collaborations with bloggers and influencers<\/li><li>Coordination of UGC content<\/li><li>Ongoing social media management<\/li><li>Performance analysis and strategy adjustments<\/li><li>Monthly reporting<\/li><li>Ongoing communication and strategic support<\/li><\/ul><p class=\"service-result\"><strong>Result:<\/strong> A complete social media growth system covering strategy, content, collaborations, implementation, and performance analysis.<\/p><p class=\"service-note\"><strong>Note:<\/strong> Availability is limited. The exact scope of the package, workload, and pricing are determined individually based on your brand\u2019s goals and needs.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Request a VIP proposal<\/button><\/article><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"section surface-section testimonials-section\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">Client feedback<\/p><h2>What clients remember most.<\/h2><\/div><p>A few words about the direction, the working rhythm and the clarity the content brought once it went live.<\/p><\/div><div class=\"testi-grid\"><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">A pleasure working with Anastasiia again. Good quality videos, great communication, and she followed our instructions very well.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Did a great job on every task. Very flexible and open to feedback.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Eager and persistent to get the message right. Her advertising skills and great energy produced excellent output.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Excellent work product. Resourceful and diligent. Communicates well, delivers on schedule and shows a lot of business maturity.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Very good to work with. Quick to respond, strong follow-through and high marks for creativity.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Energetic and bright. A professional social media creator who brings new clients to your business.<\/p><\/article><\/div><\/div><\/section><section class=\"section faq-section\" data-scroll-reveal=\"true\"><div class=\"container narrow\"><p class=\"eyebrow\">FAQ<\/p><h2>Frequently asked questions<\/h2><p class=\"faq-intro\">Everything you need to know about the process and delivery.<\/p><div class=\"faq-card-grid\"><article class=\"faq-card\"><h3>How do I choose the right service?<\/h3><p>Choose your current need in the selector. If you are unsure, describe your project in the form and I will recommend the best format.<\/p><\/article><article class=\"faq-card\"><h3>Can strategy be booked without production?<\/h3><p>Yes. A Strategy Consultation or Content Strategy can be booked independently from a production session.<\/p><\/article><article class=\"faq-card\"><h3>How long does delivery take?<\/h3><p>Timelines depend on the service, scope and schedule agreed during the brief.<\/p><\/article><article class=\"faq-card\"><h3>Do you work outside Paris?<\/h3><p>Yes. Travel outside Paris is available with a custom quote.<\/p><\/article><article class=\"faq-card\"><h3>Can I add extra edited videos?<\/h3><p>Yes. Simple video editing is available from \u20ac50 per video.<\/p><\/article><article class=\"faq-card\"><h3>How do I get started?<\/h3><p>Complete the form with your business, current need and estimated budget. I will reply with the next steps.<\/p><\/article><\/div><p class=\"faq-footer-note\">Have another question?<!-- --> <a href=\"#contact\">Get in touch<\/a><\/p><\/div><\/section><footer class=\"site-footer\" id=\"contact\" data-scroll-reveal=\"true\"><div class=\"container footer-layout\"><div><p class=\"eyebrow\">Contact<\/p><h2>Tell me what you want to create.<\/h2><p>Share your brand, goals and current content needs. I\u2019ll recommend the production format that fits your project.<\/p><a class=\"button button-outline contact-whatsapp\" href=\"https:\/\/wa.me\/33744921306?text=Bonjour%20Anastasiia%2C%20j%E2%80%99ai%20une%20question%20concernant%20vos%20services.\">Have a question? Message me on WhatsApp<\/a><\/div><form class=\"project-form\" id=\"project-form\"><div class=\"form-grid\"><label><span>Name<\/span><input autocomplete=\"name\" required=\"\" name=\"name\"><\/label><label><span>Brand<\/span><input autocomplete=\"organization\" required=\"\" name=\"brand\"><\/label><label><span>Email<\/span><input type=\"email\" autocomplete=\"email\" required=\"\" name=\"email\"><\/label><label><span>Website or Instagram<!-- --> <small>(<!-- -->optional<!-- -->)<\/small><\/span><input placeholder=\"https:\/\/ or @handle\" name=\"website\"><\/label><label><span>Service<\/span><select name=\"service\"><option value=\"One off video shoot\">One off video shoot<\/option><option value=\"Content library\">Content library<\/option><option value=\"Strategic consultation\">Strategic consultation<\/option><option value=\"Content strategy\">Content strategy<\/option><option value=\"VIP partnership\">VIP partnership<\/option><option value=\"Not sure yet\" selected=\"\">Not sure yet<\/option><\/select><\/label><label><span>Estimated budget<!-- --> <small>(<!-- -->optional<!-- -->)<\/small><\/span><input inputmode=\"decimal\" name=\"budget\"><\/label><label class=\"form-wide\"><span>Project description<\/span><textarea name=\"description\" rows=\"5\" required=\"\"><\/textarea><\/label><\/div><button class=\"button button-primary\" type=\"submit\">Tell me about my project<\/button><p class=\"form-delivery-note\">This button opens a prepared email in your mail app. If nothing opens, email me directly at<!-- --> <a href=\"mailto:contentbyanastasiia.paris@gmail.com\">contentbyanastasiia.paris@gmail.com<\/a>.<\/p><\/form><\/div><div class=\"container footer-bottom\"><span>Content by Anastasiia<\/span><div><a href=\"https:\/\/www.instagram.com\/stacy_riazanova\/\" target=\"_blank\" rel=\"noreferrer\">Instagram<\/a><a href=\"https:\/\/fr.linkedin.com\/in\/anastasiia-riazanova-237a591b2\" target=\"_blank\" rel=\"noreferrer\">LinkedIn<\/a><a href=\"mailto:contentbyanastasiia.paris@gmail.com\">Email<\/a><a href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/anastasiia-riazanova-cv-1.pdf\" download=\"\">Download my CV<\/a><\/div><span>\u00a9 <!-- -->2026<!-- --> Anastasiia Riazanova<\/span><\/div><\/footer><\/div><\/template><template id=\"b2b-fr\"><div id=\"top\" class=\"brands-page\"><header class=\"site-header\"><a href=\"https:\/\/contentbyanastasiia.com\/434-2\/\" class=\"brand\">Content by Anastasiia<\/a><div class=\"site-header-nav\"><nav class=\"desktop-nav\" aria-label=\"Navigation principale\"><a href=\"#apropos\">\u00c0 propos<\/a><a href=\"#portfolio\">Portfolio<\/a><a href=\"#tarifs\">Tarifs<\/a><a href=\"#contact-form\">Contact<\/a><\/nav><\/div><div class=\"header-actions\"><div class=\"language-switch\" aria-label=\"Language\"><a class=\"active\" aria-current=\"page\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=fr\">FR<\/a><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=en\">EN<\/a><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=uk\">UK<\/a><\/div><\/div><\/header><section class=\"b2b-video-hero\" aria-labelledby=\"hero-title\" data-scroll-reveal=\"true\"><video class=\"b2b-video-hero-media\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"metadata\" poster=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video-poster.jpg\" aria-hidden=\"true\"><source src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video.mp4\" type=\"video\/mp4\"><\/video><div class=\"b2b-video-hero-shade\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-grain\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-content\"><p class=\"hero-kicker\">CONTENT CREATOR &amp; CREATIVE STRATEGIST \u00b7 PARIS<\/p><h1 id=\"hero-title\">Du contenu r\u00e9ellement utile \u00e0 votre marque.<\/h1><p>Production photo et vid\u00e9o pens\u00e9e pour les r\u00e9seaux sociaux, \u00e0 Paris et partout en France, pour vos canaux sociaux et plateformes num\u00e9riques.<\/p><div class=\"hero-actions\"><a class=\"button button-light\" href=\"#tarifs\">Trouver le service adapt\u00e9<\/a><a class=\"button button-glass\" href=\"#portfolio\">Voir des exemples<\/a><\/div><\/div><\/section><section class=\"section surface-section\" id=\"apropos\" data-scroll-reveal=\"true\"><div class=\"container about-layout\"><div class=\"about-image\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/06\/photo_19.jpeg\" alt=\"Anastasiia, cr\u00e9atrice de contenu et strat\u00e8ge cr\u00e9ative \u00e0 Paris\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.07\"><\/div><div class=\"about-copy\"><p class=\"eyebrow\">\u00c0 propos<\/p><h2>Cr\u00e9ation de contenu, strat\u00e9gie et direction cr\u00e9ative.<\/h2><p>Je suis Anastasiia, Content Creator et Creative Strategist bas\u00e9e \u00e0 Paris, avec plus de sept ans d\u2019exp\u00e9rience sur des projets internationaux.<\/p><p>J\u2019aide les marques \u00e0 d\u00e9finir leurs besoins en contenu, \u00e0 trouver la bonne direction cr\u00e9ative et \u00e0 la concr\u00e9tiser gr\u00e2ce \u00e0 la production photo et vid\u00e9o.<\/p><div class=\"about-mini-metrics\"><article><strong aria-label=\"7+\"><span class=\"tabular-nums\">7<\/span><span>+<\/span><\/strong><p>ans d\u2019exp\u00e9rience en cr\u00e9ation de contenu et social media<\/p><\/article><article><strong aria-label=\"3M+\"><span class=\"tabular-nums\">3<\/span><span>M+<\/span><\/strong><p>de vues organiques g\u00e9n\u00e9r\u00e9es sur diff\u00e9rents projets<\/p><\/article><article><strong aria-label=\"12+\"><span class=\"tabular-nums\">12<\/span><span>+<\/span><\/strong><p>marques et projets dans la beaut\u00e9, la mode, le lifestyle et \u00e0 l\u2019international<\/p><\/article><article><strong aria-label=\"5\"><span class=\"tabular-nums\">5<\/span><span><\/span><\/strong><p>pays : France, Pays-Bas, Luxembourg, Ukraine et \u00c9tats-Unis<\/p><\/article><\/div><\/div><\/div><\/section><section class=\"section portfolio-section\" id=\"portfolio\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">Portfolio<\/p><h2>Mes r\u00e9alisations<\/h2><\/div><p>Choisissez un univers et d\u00e9couvrez quelques r\u00e9alisations.<\/p><\/div><article class=\"featured-case-study\"><a class=\"featured-case-cover\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Voir l\u2019\u00e9tude de cas compl\u00e8te\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-case-study-cover.jpg\" alt=\"Couverture de l\u2019\u00e9tude de cas Sacr\u00e9e Paris sur la strat\u00e9gie de contenu et les r\u00e9servations\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.08\"><\/a><div class=\"featured-case-copy\"><div><p class=\"eyebrow\">\u00c9tude de cas<\/p><p class=\"featured-case-meta\">Sacr\u00e9e Paris \u00b7 Institut de beaut\u00e9 \u00b7 F\u00e9vrier \u00e0 juillet<\/p><h3>D\u2019un beau feed \u00e0 un parcours de r\u00e9servation plus clair.<\/h3><p class=\"featured-case-text\">Pendant six mois, j\u2019ai d\u00e9velopp\u00e9 un syst\u00e8me de contenu r\u00e9unissant strat\u00e9gie, productions r\u00e9guli\u00e8res, UGC, Reels avec des hooks plus forts, promotion payante et optimisation continue.<\/p><\/div><div class=\"featured-case-metrics\" aria-label=\"\u00c9tude de cas\"><div><strong>773,4K<\/strong><span>vues<\/span><\/div><div><strong>240,9K<\/strong><span>de port\u00e9e<\/span><\/div><div><strong>6,4K<\/strong><span>clics de r\u00e9servation<\/span><\/div><div><strong>18,3K<\/strong><span>visites du profil<\/span><\/div><\/div><a class=\"featured-case-link\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\">Voir l\u2019\u00e9tude de cas compl\u00e8te<span aria-hidden=\"true\">\u2197<\/span><\/a><\/div><\/article><div class=\"portfolio-themes\"><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-medecine-esthetique-2026-optimized.jpg\" alt=\"\" width=\"960\" height=\"1637\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>M\u00e9decine esth\u00e9tique<\/strong><span>Soins &amp; cliniques<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-massage-bien-etre-optimized.jpg\" alt=\"\" width=\"1023\" height=\"1537\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Massage &amp; Bien-\u00eatre<\/strong><span>Spa &amp; bien-\u00eatre<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-beaute-onglerie-optimized.jpg\" alt=\"\" width=\"941\" height=\"1672\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>Beaut\u00e9 &amp; Onglerie<\/strong><span>Beaut\u00e9 &amp; onglerie<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-evenements-lifestyle-optimized.jpg\" alt=\"\" width=\"848\" height=\"1854\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>\u00c9v\u00e9nements &amp; Lifestyle<\/strong><span>Mode &amp; lifestyle<\/span><\/span><\/button><\/div><div class=\"portfolio-results\" hidden=\"\"><div class=\"portfolio-results-intro\"><span>S\u00e9lection<\/span><h3>Mes r\u00e9alisations<\/h3><p>Choisissez un univers et d\u00e9couvrez quelques r\u00e9alisations.<\/p><\/div><div class=\"portfolio-grid\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=RwQuX51tVPY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"\u00c9pilation Laser - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-epilation-laser-femme.jpg\" alt=\"\u00c9pilation Laser\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>\u00c9pilation Laser<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=l2ZLJa_Gvq8\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Soin du visage par microcourants - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-soin-visage-microcourants.jpg\" alt=\"Soin du visage par microcourants\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Soin du visage par microcourants<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=svB_GnVacFE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"\u00c9pilation Laser Homme - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-epilation-laser-homme.jpg\" alt=\"\u00c9pilation Laser Homme\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>\u00c9pilation Laser Homme<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=oD-BDkY3_Qw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Soin du visage pour homme - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-soin-visage-homme.png\" alt=\"Soin du visage pour homme\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Soin du visage pour homme<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><\/div><\/div><\/div><\/section><section class=\"section pricing-section\" id=\"tarifs\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"pricing-intro\"><p class=\"eyebrow\">Services &amp; tarifs<\/p><h2>Services pour votre marque<\/h2><p>Je propose plusieurs formats de collaboration, allant d\u2019un tournage ponctuel \u00e0 la gestion compl\u00e8te de vos r\u00e9seaux sociaux. Choisissez la prestation qui correspond \u00e0 votre besoin actuel : une vid\u00e9o pr\u00eate \u00e0 publier, une r\u00e9serve de contenu, des conseils professionnels, une strat\u00e9gie d\u00e9taill\u00e9e ou un accompagnement complet.<\/p><\/div><div class=\"service-selector\" role=\"tablist\" aria-label=\"Services pour votre marque\"><div class=\"service-choice\"><button id=\"service-tab-content\" class=\"service-tab active\" type=\"button\" role=\"tab\" aria-selected=\"true\" aria-expanded=\"true\" aria-controls=\"service-panel-content\" tabindex=\"0\"><span>0<!-- -->1<\/span>Production de contenu<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-content\" class=\"service-panel active\" role=\"tabpanel\" aria-labelledby=\"service-tab-content\"><p class=\"service-category-intro\">Choisissez un tournage cibl\u00e9 ou cr\u00e9ez une biblioth\u00e8que de contenu r\u00e9utilisable pendant plusieurs semaines.<\/p><div class=\"service-offers service-offers-content\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>Tournage vid\u00e9o ponctuel<\/h3><\/div><strong>150 \u20ac<\/strong><\/div><p class=\"service-subtitle\">Cette formule est id\u00e9ale si vous souhaitez concr\u00e9tiser une id\u00e9e pr\u00e9cise : cr\u00e9er une vid\u00e9o publicitaire, pr\u00e9senter un service, pr\u00e9parer le lancement d\u2019une offre ou r\u00e9aliser un contenu \u00e0 partir d\u2019une r\u00e9f\u00e9rence existante.<\/p><details class=\"service-more\"><summary>En savoir plus<\/summary><div class=\"service-more-content\"><p class=\"service-description\">Vous venez avec une demande claire et je vous aide \u00e0 la transformer en une vid\u00e9o pr\u00eate \u00e0 \u00eatre publi\u00e9e.<\/p><ul><li>Jusqu\u2019\u00e0 1 heure de tournage<\/li><li>Tournage \u00e0 partir de votre r\u00e9f\u00e9rence ou d\u2019une id\u00e9e valid\u00e9e ensemble<\/li><li>1 vid\u00e9o verticale mont\u00e9e d\u2019une dur\u00e9e maximale de 60 secondes<\/li><li>Jusqu\u2019\u00e0 2 s\u00e9ries de modifications<\/li><\/ul><p class=\"service-result\"><strong>R\u00e9sultat:<\/strong> Une vid\u00e9o enti\u00e8rement finalis\u00e9e et pr\u00eate \u00e0 \u00eatre publi\u00e9e sur vos r\u00e9seaux sociaux.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">R\u00e9server un tournage<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>Biblioth\u00e8que de contenu<\/h3><\/div><strong>500 \u20ac<\/strong><\/div><p class=\"service-subtitle\">Cette formule est id\u00e9ale si vous avez besoin de plusieurs contenus vari\u00e9s plut\u00f4t que d\u2019une seule vid\u00e9o.<\/p><details class=\"service-more\"><summary>En savoir plus<\/summary><div class=\"service-more-content\"><p class=\"service-description\">Avant le tournage, je d\u00e9couvre votre entreprise, vos services et vos objectifs. \u00c0 partir de ces informations, nous d\u00e9finissons une direction visuelle et pr\u00e9parons une liste d\u00e9taill\u00e9e des plans \u00e0 r\u00e9aliser. Une seule session permet ainsi de cr\u00e9er une biblioth\u00e8que de contenus utilisable pendant plusieurs semaines.<\/p><ul><li>Un court appel de pr\u00e9paration<\/li><li>Un brief et un moodboard avant le tournage<\/li><li>Une analyse de vos services, de vos besoins et de vos objectifs<\/li><li>La pr\u00e9paration d\u2019une liste d\u00e9taill\u00e9e des plans \u00e0 r\u00e9aliser<\/li><li>Jusqu\u2019\u00e0 4 heures de tournage sur place<\/li><li>La s\u00e9lection et la livraison des fichiers bruts<\/li><li>Du contenu destin\u00e9 \u00e0 Instagram, TikTok, YouTube Shorts, Google Business Profile, Planity, Treatwell et d\u2019autres plateformes<\/li><\/ul><p class=\"service-result\"><strong>R\u00e9sultat:<\/strong> Une biblioth\u00e8que structur\u00e9e de contenus vid\u00e9o que vous pourrez utiliser pour cr\u00e9er et publier r\u00e9guli\u00e8rement.<\/p><p class=\"service-note\"><strong>\u00c0 noter:<\/strong> Le montage des vid\u00e9os finales n\u2019est pas inclus dans cette formule et peut faire l\u2019objet d\u2019un devis s\u00e9par\u00e9.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Cr\u00e9er ma biblioth\u00e8que<\/button><\/article><\/div><\/div><\/div><div class=\"service-choice\"><button id=\"service-tab-strategy\" class=\"service-tab\" type=\"button\" role=\"tab\" aria-selected=\"false\" aria-expanded=\"false\" aria-controls=\"service-panel-strategy\" tabindex=\"-1\"><span>0<!-- -->2<\/span>Conseil &amp; strat\u00e9gie<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-strategy\" class=\"service-panel\" role=\"tabpanel\" aria-labelledby=\"service-tab-strategy\" hidden=\"\"><p class=\"service-category-intro\">Choisissez des conseils professionnels, une strat\u00e9gie compl\u00e8te ou un accompagnement social media sur mesure.<\/p><div class=\"service-offers service-offers-strategy\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>Consultation strat\u00e9gique<\/h3><\/div><strong>100 \u20ac<\/strong><\/div><p class=\"service-subtitle\">Cette formule est id\u00e9ale si vous avez une probl\u00e9matique ou une question pr\u00e9cise, mais que vous ne savez pas quelle direction prendre.<\/p><details class=\"service-more\"><summary>En savoir plus<\/summary><div class=\"service-more-content\"><p class=\"service-description\">Vous souhaitez peut-\u00eatre clarifier le positionnement de votre marque, trouver des id\u00e9es de contenu, choisir les bons formats, comprendre pourquoi vos publications ne donnent pas les r\u00e9sultats attendus ou mieux organiser votre pr\u00e9sence sur les r\u00e9seaux sociaux.<\/p><p class=\"service-description\">Avant notre rendez-vous, j\u2019\u00e9tudie votre demande afin que nous puissions nous concentrer sur des solutions concr\u00e8tes pendant la consultation.<\/p><ul><li>Un questionnaire avant la session<\/li><li>Une premi\u00e8re analyse de votre demande<\/li><li>Une consultation vid\u00e9o d\u2019une dur\u00e9e maximale de 60 minutes<\/li><li>Des r\u00e9ponses \u00e0 vos questions<\/li><li>Des recommandations sur votre positionnement et vos formats de contenu<\/li><li>Une liste claire des prochaines \u00e9tapes<\/li><\/ul><p class=\"service-result\"><strong>R\u00e9sultat:<\/strong> Un regard professionnel sur votre situation et des recommandations concr\u00e8tes que vous pourrez appliquer imm\u00e9diatement apr\u00e8s notre rendez-vous.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">R\u00e9server une consultation<\/button><\/article><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>Strat\u00e9gie de contenu<\/h3><\/div><strong>500 \u20ac<\/strong><\/div><p class=\"service-subtitle\">Cette formule est id\u00e9ale si vous avez besoin d\u2019un syst\u00e8me complet pour d\u00e9velopper votre marque sur les r\u00e9seaux sociaux, et pas uniquement d\u2019une r\u00e9ponse \u00e0 une question ponctuelle.<\/p><details class=\"service-more\"><summary>En savoir plus<\/summary><div class=\"service-more-content\"><p class=\"service-description\">J\u2019analyse votre marque, votre march\u00e9, vos concurrents et votre audience cible, puis je construis une feuille de route d\u00e9taill\u00e9e. Elle vous permettra de comprendre quels messages communiquer, \u00e0 qui vous adresser, quelles plateformes et quels formats utiliser, ainsi que la mani\u00e8re dont votre contenu peut accompagner le client jusqu\u2019\u00e0 l\u2019achat.<\/p><ul><li>La d\u00e9finition de vos objectifs commerciaux et du r\u00f4le de vos r\u00e9seaux sociaux<\/li><li>Un audit de votre marque et de vos canaux de communication actuels<\/li><li>Une analyse du march\u00e9 et de vos concurrents<\/li><li>Une analyse de votre audience cible<\/li><li>La cr\u00e9ation ou la clarification de votre positionnement<\/li><li>La d\u00e9finition de votre proposition de valeur unique<\/li><li>Des recommandations concernant le ton de communication et la direction visuelle<\/li><li>Des rubriques de contenu et des formats vid\u00e9o r\u00e9currents<\/li><li>Des recommandations sur le parcours client et le tunnel de contenu<\/li><li>Des recommandations strat\u00e9giques adapt\u00e9es \u00e0 vos objectifs<\/li><li>Un document final au format PDF livr\u00e9 sous 2 semaines<\/li><\/ul><p class=\"service-result\"><strong>R\u00e9sultat:<\/strong> Une strat\u00e9gie de contenu compl\u00e8te que vous ou votre \u00e9quipe pourrez utiliser pour g\u00e9rer vos r\u00e9seaux sociaux de mani\u00e8re structur\u00e9e et coh\u00e9rente.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Demander une strat\u00e9gie<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>Partenariat VIP<\/h3><\/div><strong>Tarif sur devis<\/strong><\/div><p class=\"service-subtitle\">Cette formule est id\u00e9ale si vous souhaitez confier le d\u00e9veloppement et la gestion de vos r\u00e9seaux sociaux \u00e0 une sp\u00e9cialiste.<\/p><details class=\"service-more\"><summary>En savoir plus<\/summary><div class=\"service-more-content\"><p class=\"service-description\">Pendant un mois, je travaille directement avec votre marque afin de construire une strat\u00e9gie de communication compl\u00e8te, de coordonner sa mise en \u0153uvre et d\u2019analyser les r\u00e9sultats. Il s\u2019agit d\u2019une collaboration \u00e9troite avec votre entreprise et d\u2019une mise en \u0153uvre concr\u00e8te des d\u00e9cisions prises ensemble.<\/p><p class=\"service-subheading\">Selon les besoins de votre marque, l\u2019accompagnement peut inclure<\/p><ul><li>La cr\u00e9ation d\u2019une strat\u00e9gie social media SMM<\/li><li>L\u2019\u00e9laboration d\u2019un calendrier \u00e9ditorial<\/li><li>La cr\u00e9ation de rubriques et d\u2019id\u00e9es de contenu<\/li><li>L\u2019organisation de la production de contenu<\/li><li>La pr\u00e9paration et la publication des contenus<\/li><li>Les collaborations avec des blogueurs et des influenceurs<\/li><li>La coordination de contenus UGC<\/li><li>La gestion r\u00e9guli\u00e8re des r\u00e9seaux sociaux<\/li><li>L\u2019analyse des r\u00e9sultats et l\u2019ajustement de la strat\u00e9gie<\/li><li>Un reporting mensuel<\/li><li>Une communication continue et un accompagnement strat\u00e9gique<\/li><\/ul><p class=\"service-result\"><strong>R\u00e9sultat:<\/strong> Un syst\u00e8me complet de d\u00e9veloppement de votre marque sur les r\u00e9seaux sociaux, couvrant la strat\u00e9gie, le contenu, les collaborations, la mise en \u0153uvre et l\u2019analyse des performances.<\/p><p class=\"service-note\"><strong>\u00c0 noter:<\/strong> Le nombre de places est limit\u00e9. Le contenu exact de la formule, le volume de travail et le tarif sont d\u00e9finis individuellement en fonction des objectifs et des besoins de votre marque.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">Demander une proposition VIP<\/button><\/article><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"section surface-section testimonials-section\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">Retour d\u2019exp\u00e9rience<\/p><h2>Ce que mes clientes retiennent le plus.<\/h2><\/div><p>Quelques mots sur la direction, le rythme de travail et la clart\u00e9 que le contenu apporte une fois en ligne.<\/p><\/div><div class=\"testi-grid\"><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Un plaisir de retravailler avec Anastasiia. Vid\u00e9os de bonne qualit\u00e9, excellente communication, et elle a tr\u00e8s bien suivi nos consignes.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">A fait un excellent travail sur chaque t\u00e2che. Tr\u00e8s flexible et ouverte aux retours.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Motiv\u00e9e et pers\u00e9v\u00e9rante pour trouver le bon message. Son talent en publicit\u00e9, combin\u00e9 \u00e0 une grande \u00e9nergie, donne d\u2019excellents r\u00e9sultats.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Excellent travail. D\u00e9brouillarde et rigoureuse. Communique bien, livre dans les d\u00e9lais et fait preuve d\u2019une grande maturit\u00e9 professionnelle.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">Tr\u00e8s agr\u00e9able \u00e0 travailler. R\u00e9active, fiable dans le suivi et tr\u00e8s cr\u00e9ative.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">\u00c9nergique et brillante. Une cr\u00e9atrice social media professionnelle qui apporte de nouveaux clients \u00e0 votre entreprise.<\/p><\/article><\/div><\/div><\/section><section class=\"section faq-section\" data-scroll-reveal=\"true\"><div class=\"container narrow\"><p class=\"eyebrow\">FAQ<\/p><h2>Questions fr\u00e9quentes<\/h2><p class=\"faq-intro\">Tout ce qu\u2019il faut savoir sur le processus et la livraison.<\/p><div class=\"faq-card-grid\"><article class=\"faq-card\"><h3>Comment choisir le bon service ?<\/h3><p>Choisissez votre besoin actuel dans le s\u00e9lecteur. Si vous h\u00e9sitez, d\u00e9crivez votre projet dans le formulaire et je vous recommanderai le format le plus adapt\u00e9.<\/p><\/article><article class=\"faq-card\"><h3>La strat\u00e9gie peut-elle \u00eatre r\u00e9serv\u00e9e sans production ?<\/h3><p>Oui. La consultation strat\u00e9gique et la strat\u00e9gie de contenu peuvent \u00eatre r\u00e9serv\u00e9es ind\u00e9pendamment d\u2019un tournage.<\/p><\/article><article class=\"faq-card\"><h3>Quels sont les d\u00e9lais de livraison ?<\/h3><p>Les d\u00e9lais d\u00e9pendent du service, du volume et du calendrier convenu lors du brief.<\/p><\/article><article class=\"faq-card\"><h3>Travaillez-vous en dehors de Paris ?<\/h3><p>Oui. Les d\u00e9placements en dehors de Paris sont disponibles sur devis.<\/p><\/article><article class=\"faq-card\"><h3>Est-il possible de commander des vid\u00e9os mont\u00e9es suppl\u00e9mentaires ?<\/h3><p>Oui. Le montage vid\u00e9o simple est disponible \u00e0 partir de 50 \u20ac par vid\u00e9o.<\/p><\/article><article class=\"faq-card\"><h3>Comment d\u00e9marrer ?<\/h3><p>Remplissez le formulaire avec votre activit\u00e9, votre besoin et votre budget estim\u00e9. Je vous r\u00e9pondrai avec les prochaines \u00e9tapes.<\/p><\/article><\/div><p class=\"faq-footer-note\">Une autre question ?<!-- --> <a href=\"#contact\">Contactez-moi<\/a><\/p><\/div><\/section><footer class=\"site-footer\" id=\"contact\" data-scroll-reveal=\"true\"><div class=\"container footer-layout\"><div><p class=\"eyebrow\">Contact<\/p><h2>Parlons de ce que vous souhaitez cr\u00e9er.<\/h2><p>Pr\u00e9sentez-moi votre marque, vos objectifs et vos besoins actuels en contenu. Je vous recommanderai le format de production adapt\u00e9 \u00e0 votre projet.<\/p><a class=\"button button-outline contact-whatsapp\" href=\"https:\/\/wa.me\/33744921306?text=Bonjour%20Anastasiia%2C%20j%E2%80%99ai%20une%20question%20concernant%20vos%20services.\">Une question ? \u00c9crivez-moi sur WhatsApp<\/a><\/div><form class=\"project-form\" id=\"project-form\"><div class=\"form-grid\"><label><span>Nom<\/span><input autocomplete=\"name\" required=\"\" name=\"name\"><\/label><label><span>Marque<\/span><input autocomplete=\"organization\" required=\"\" name=\"brand\"><\/label><label><span>Email<\/span><input type=\"email\" autocomplete=\"email\" required=\"\" name=\"email\"><\/label><label><span>Site web ou Instagram<!-- --> <small>(<!-- -->facultatif<!-- -->)<\/small><\/span><input placeholder=\"https:\/\/ or @handle\" name=\"website\"><\/label><label><span>Service<\/span><select name=\"service\"><option value=\"Tournage vid\u00e9o ponctuel\">Tournage vid\u00e9o ponctuel<\/option><option value=\"Biblioth\u00e8que de contenu\">Biblioth\u00e8que de contenu<\/option><option value=\"Consultation strat\u00e9gique\">Consultation strat\u00e9gique<\/option><option value=\"Strat\u00e9gie de contenu\">Strat\u00e9gie de contenu<\/option><option value=\"Partenariat VIP\">Partenariat VIP<\/option><option value=\"Je ne sais pas encore\" selected=\"\">Je ne sais pas encore<\/option><\/select><\/label><label><span>Budget estim\u00e9<!-- --> <small>(<!-- -->facultatif<!-- -->)<\/small><\/span><input inputmode=\"decimal\" name=\"budget\"><\/label><label class=\"form-wide\"><span>Description du projet<\/span><textarea name=\"description\" rows=\"5\" required=\"\"><\/textarea><\/label><\/div><button class=\"button button-primary\" type=\"submit\">Parler de mon projet<\/button><p class=\"form-delivery-note\">Ce bouton ouvre un email pr\u00e9par\u00e9 dans votre application de messagerie. Si rien ne s\u2019ouvre, \u00e9crivez directement \u00e0<!-- --> <a href=\"mailto:contentbyanastasiia.paris@gmail.com\">contentbyanastasiia.paris@gmail.com<\/a>.<\/p><\/form><\/div><div class=\"container footer-bottom\"><span>Content by Anastasiia<\/span><div><a href=\"https:\/\/www.instagram.com\/stacy_riazanova\/\" target=\"_blank\" rel=\"noreferrer\">Instagram<\/a><a href=\"https:\/\/fr.linkedin.com\/in\/anastasiia-riazanova-237a591b2\" target=\"_blank\" rel=\"noreferrer\">LinkedIn<\/a><a href=\"mailto:contentbyanastasiia.paris@gmail.com\">Email<\/a><a href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/anastasiia-riazanova-cv-1.pdf\" download=\"\">T\u00e9l\u00e9charger mon CV<\/a><\/div><span>\u00a9 <!-- -->2026<!-- --> Anastasiia Riazanova<\/span><\/div><\/footer><\/div><\/template><template id=\"b2b-uk\"><div id=\"top\" class=\"brands-page\"><header class=\"site-header\"><a href=\"https:\/\/contentbyanastasiia.com\/434-2\/\" class=\"brand\">Content by Anastasiia<\/a><div class=\"site-header-nav\"><nav class=\"desktop-nav\" aria-label=\"\u0413\u043e\u043b\u043e\u0432\u043d\u0430 \u043d\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044f\"><a href=\"#apropos\">\u041f\u0440\u043e \u043c\u0435\u043d\u0435<\/a><a href=\"#portfolio\">\u041f\u043e\u0440\u0442\u0444\u043e\u043b\u0456\u043e<\/a><a href=\"#tarifs\">\u0422\u0430\u0440\u0438\u0444\u0438<\/a><a href=\"#contact-form\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442<\/a><\/nav><\/div><div class=\"header-actions\"><div class=\"language-switch\" aria-label=\"Language\"><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=fr\">FR<\/a><a class=\"\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=en\">EN<\/a><a class=\"active\" aria-current=\"page\" href=\"https:\/\/contentbyanastasiia.com\/content-for-brands\/?page_lang=uk\">UK<\/a><\/div><\/div><\/header><section class=\"b2b-video-hero\" aria-labelledby=\"hero-title\" data-scroll-reveal=\"true\"><video class=\"b2b-video-hero-media\" autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" preload=\"metadata\" poster=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video-poster.jpg\" aria-hidden=\"true\"><source src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/b2b-hero-video.mp4\" type=\"video\/mp4\"><\/video><div class=\"b2b-video-hero-shade\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-grain\" aria-hidden=\"true\"><\/div><div class=\"b2b-video-hero-content\"><p class=\"hero-kicker\">CONTENT CREATOR &amp; CREATIVE STRATEGIST \u00b7 \u041f\u0410\u0420\u0418\u0416<\/p><h1 id=\"hero-title\">\u041a\u043e\u043d\u0442\u0435\u043d\u0442, \u044f\u043a\u0438\u0439 \u0432\u0430\u0448 \u0431\u0440\u0435\u043d\u0434 \u0437\u043c\u043e\u0436\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438.<\/h1><p>\u0424\u043e\u0442\u043e- \u0442\u0430 \u0432\u0456\u0434\u0435\u043e\u043f\u0440\u043e\u0434\u0430\u043a\u0448\u043d \u0434\u043b\u044f \u0441\u043e\u0446\u043c\u0435\u0440\u0435\u0436 \u0456 \u0446\u0438\u0444\u0440\u043e\u0432\u0438\u0445 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c \u0443 \u041f\u0430\u0440\u0438\u0436\u0456 \u0442\u0430 \u043f\u043e \u0432\u0441\u0456\u0439 \u0424\u0440\u0430\u043d\u0446\u0456\u0457.<\/p><div class=\"hero-actions\"><a class=\"button button-light\" href=\"#tarifs\">\u0417\u043d\u0430\u0439\u0442\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0443 \u043f\u043e\u0441\u043b\u0443\u0433\u0443<\/a><a class=\"button button-glass\" href=\"#portfolio\">\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u0440\u0438\u043a\u043b\u0430\u0434\u0438<\/a><\/div><\/div><\/section><section class=\"section surface-section\" id=\"apropos\" data-scroll-reveal=\"true\"><div class=\"container about-layout\"><div class=\"about-image\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/06\/photo_19.jpeg\" alt=\"\u0410\u043d\u0430\u0441\u0442\u0430\u0441\u0456\u044f, \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u043a\u0440\u0435\u0430\u0442\u043e\u0440\u043a\u0430 \u0442\u0430 \u043a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u0430 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438\u043d\u044f \u0432 \u041f\u0430\u0440\u0438\u0436\u0456\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.07\"><\/div><div class=\"about-copy\"><p class=\"eyebrow\">\u041f\u0440\u043e \u043c\u0435\u043d\u0435<\/p><h2>\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443, \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f \u0442\u0430 \u043a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u043d\u0430\u043f\u0440\u044f\u043c.<\/h2><p>\u042f \u0410\u043d\u0430\u0441\u0442\u0430\u0441\u0456\u044f, \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u043a\u0440\u0435\u0430\u0442\u043e\u0440\u043a\u0430 \u0442\u0430 creative strategist \u0443 \u041f\u0430\u0440\u0438\u0436\u0456, \u0437 \u043f\u043e\u043d\u0430\u0434 7-\u0440\u0456\u0447\u043d\u0438\u043c \u0434\u043e\u0441\u0432\u0456\u0434\u043e\u043c \u0443 \u043c\u0456\u0436\u043d\u0430\u0440\u043e\u0434\u043d\u0438\u0445 \u043f\u0440\u043e\u0454\u043a\u0442\u0430\u0445.<\/p><p>\u042f \u0434\u043e\u043f\u043e\u043c\u0430\u0433\u0430\u044e \u0431\u0440\u0435\u043d\u0434\u0430\u043c \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u0442\u0438, \u044f\u043a\u0438\u0439 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0457\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u0435\u043d, \u0432\u0438\u0437\u043d\u0430\u0447\u0438\u0442\u0438 \u043a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u043d\u0430\u043f\u0440\u044f\u043c \u0456 \u0432\u0442\u0456\u043b\u0438\u0442\u0438 \u0439\u043e\u0433\u043e \u0447\u0435\u0440\u0435\u0437 \u0444\u043e\u0442\u043e- \u0442\u0430 \u0432\u0456\u0434\u0435\u043e\u043f\u0440\u043e\u0434\u0430\u043a\u0448\u043d.<\/p><div class=\"about-mini-metrics\"><article><strong aria-label=\"7+\"><span class=\"tabular-nums\">7<\/span><span>+<\/span><\/strong><p>\u0440\u043e\u043a\u0456\u0432 \u0434\u043e\u0441\u0432\u0456\u0434\u0443 \u0443 \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u0456 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443 \u0442\u0430 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436\u0430\u0445<\/p><\/article><article><strong aria-label=\"3M+\"><span class=\"tabular-nums\">3<\/span><span>M+<\/span><\/strong><p>\u043e\u0440\u0433\u0430\u043d\u0456\u0447\u043d\u0438\u0445 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0456\u0432, \u0437\u0433\u0435\u043d\u0435\u0440\u043e\u0432\u0430\u043d\u0438\u0445 \u0443 \u0440\u0456\u0437\u043d\u0438\u0445 \u043f\u0440\u043e\u0454\u043a\u0442\u0430\u0445<\/p><\/article><article><strong aria-label=\"12+\"><span class=\"tabular-nums\">12<\/span><span>+<\/span><\/strong><p>\u0431\u0440\u0435\u043d\u0434\u0456\u0432 \u0456 \u043f\u0440\u043e\u0454\u043a\u0442\u0456\u0432 \u0443 \u0441\u0444\u0435\u0440\u0430\u0445 \u043a\u0440\u0430\u0441\u0438, \u043c\u043e\u0434\u0438, \u043b\u0430\u0439\u0444\u0441\u0442\u0430\u0439\u043b\u0443 \u0442\u0430 \u043c\u0456\u0436\u043d\u0430\u0440\u043e\u0434\u043d\u043e\u0433\u043e \u0431\u0456\u0437\u043d\u0435\u0441\u0443<\/p><\/article><article><strong aria-label=\"5\"><span class=\"tabular-nums\">5<\/span><span><\/span><\/strong><p>\u043a\u0440\u0430\u0457\u043d: \u0424\u0440\u0430\u043d\u0446\u0456\u044f, \u041d\u0456\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u0438, \u041b\u044e\u043a\u0441\u0435\u043c\u0431\u0443\u0440\u0433, \u0423\u043a\u0440\u0430\u0457\u043d\u0430 \u0442\u0430 \u0421\u0428\u0410<\/p><\/article><\/div><\/div><\/div><\/section><section class=\"section portfolio-section\" id=\"portfolio\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">Portfolio<\/p><h2>\u041e\u0431\u0440\u0430\u043d\u0456 \u0440\u043e\u0431\u043e\u0442\u0438<\/h2><\/div><p>\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043d\u0430\u043f\u0440\u044f\u043c\u043e\u043a \u0456 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u043e\u0431\u0440\u0430\u043d\u0456 \u043f\u0440\u043e\u0454\u043a\u0442\u0438.<\/p><\/div><article class=\"featured-case-study\"><a class=\"featured-case-cover\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u043e\u0432\u043d\u0438\u0439 \u043a\u0435\u0439\u0441\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-case-study-cover.jpg\" alt=\"\u041e\u0431\u043a\u043b\u0430\u0434\u0438\u043d\u043a\u0430 \u043a\u0435\u0439\u0441\u0443 Sacr\u00e9e Paris \u043f\u0440\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044e \u0442\u0430 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.08\"><\/a><div class=\"featured-case-copy\"><div><p class=\"eyebrow\">\u041a\u0435\u0439\u0441<\/p><p class=\"featured-case-meta\">Sacr\u00e9e Paris \u00b7 \u0421\u0430\u043b\u043e\u043d \u043a\u0440\u0430\u0441\u0438 \u00b7 \u041b\u044e\u0442\u0438\u0439 \u2013 \u043b\u0438\u043f\u0435\u043d\u044c<\/p><h3>\u0412\u0456\u0434 \u043a\u0440\u0430\u0441\u0438\u0432\u043e\u0457 \u0441\u0442\u0440\u0456\u0447\u043a\u0438 \u0434\u043e \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u0456\u0448\u043e\u0433\u043e \u0448\u043b\u044f\u0445\u0443 \u0434\u043e \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f.<\/h3><p class=\"featured-case-text\">\u041f\u0440\u043e\u0442\u044f\u0433\u043e\u043c \u0448\u0435\u0441\u0442\u0438 \u043c\u0456\u0441\u044f\u0446\u0456\u0432 \u044f \u043f\u043e\u0431\u0443\u0434\u0443\u0432\u0430\u043b\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443, \u0449\u043e \u043f\u043e\u0454\u0434\u043d\u0443\u0454 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044e, \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0435 \u0432\u0438\u0440\u043e\u0431\u043d\u0438\u0446\u0442\u0432\u043e, UGC, \u0441\u0438\u043b\u044c\u043d\u0456\u0448\u0456 \u0445\u0443\u043a\u0438 \u0434\u043b\u044f Reels, \u043f\u043b\u0430\u0442\u043d\u0435 \u043f\u0440\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0430 \u043f\u043e\u0441\u0442\u0456\u0439\u043d\u0443 \u043e\u043f\u0442\u0438\u043c\u0456\u0437\u0430\u0446\u0456\u044e.<\/p><\/div><div class=\"featured-case-metrics\" aria-label=\"\u041a\u0435\u0439\u0441\"><div><strong>773,4K<\/strong><span>\u043f\u0435\u0440\u0435\u0433\u043b\u044f\u0434\u0456\u0432<\/span><\/div><div><strong>240,9K<\/strong><span>\u043e\u0445\u043e\u043f\u043b\u0435\u043d\u043d\u044f<\/span><\/div><div><strong>6,4K<\/strong><span>\u043a\u043b\u0456\u043a\u0456\u0432 \u043d\u0430 \u0431\u0440\u043e\u043d\u044e\u0432\u0430\u043d\u043d\u044f<\/span><\/div><div><strong>18,3K<\/strong><span>\u0432\u0456\u0434\u0432\u0456\u0434\u0443\u0432\u0430\u043d\u044c \u043f\u0440\u043e\u0444\u0456\u043b\u044e<\/span><\/div><\/div><a class=\"featured-case-link\" href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/sacree-paris-content-strategy.pdf\" target=\"_blank\" rel=\"noreferrer\">\u041f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u0443\u0442\u0438 \u043f\u043e\u0432\u043d\u0438\u0439 \u043a\u0435\u0439\u0441<span aria-hidden=\"true\">\u2197<\/span><\/a><\/div><\/article><div class=\"portfolio-themes\"><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-medecine-esthetique-2026-optimized.jpg\" alt=\"\" width=\"960\" height=\"1637\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>\u0415\u0441\u0442\u0435\u0442\u0438\u0447\u043d\u0430 \u043c\u0435\u0434\u0438\u0446\u0438\u043d\u0430<\/strong><span>\u041f\u0440\u043e\u0446\u0435\u0434\u0443\u0440\u0438 \u0442\u0430 \u043a\u043b\u0456\u043d\u0456\u043a\u0438<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-massage-bien-etre-optimized.jpg\" alt=\"\" width=\"1023\" height=\"1537\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>\u041c\u0430\u0441\u0430\u0436 \u0456 \u0432\u0435\u043b\u043d\u0435\u0441<\/strong><span>\u0421\u043f\u0430 \u0442\u0430 \u0432\u0435\u043b\u043d\u0435\u0441<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-beaute-onglerie-optimized.jpg\" alt=\"\" width=\"941\" height=\"1672\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>\u041a\u0440\u0430\u0441\u0430 \u0442\u0430 \u043d\u0435\u0439\u043b-\u0456\u043d\u0434\u0443\u0441\u0442\u0440\u0456\u044f<\/strong><span>\u041a\u0440\u0430\u0441\u0430 \u0442\u0430 \u043d\u0435\u0439\u043b-\u0441\u0435\u0440\u0432\u0456\u0441<\/span><\/span><\/button><button class=\"portfolio-theme-card\" type=\"button\"><img loading=\"lazy\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/portfolio-evenements-lifestyle-optimized.jpg\" alt=\"\" width=\"848\" height=\"1854\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"portfolio-theme-overlay\" aria-hidden=\"true\"><\/span><span class=\"portfolio-theme-content\"><strong>\u041f\u043e\u0434\u0456\u0457 \u0442\u0430 \u043b\u0430\u0439\u0444\u0441\u0442\u0430\u0439\u043b<\/strong><span>\u041c\u043e\u0434\u0430 \u0442\u0430 \u043b\u0430\u0439\u0444\u0441\u0442\u0430\u0439\u043b<\/span><\/span><\/button><\/div><div class=\"portfolio-results\" hidden=\"\"><div class=\"portfolio-results-intro\"><span>\u0414\u043e\u0431\u0456\u0440\u043a\u0430<\/span><h3>\u041e\u0431\u0440\u0430\u043d\u0456 \u0440\u043e\u0431\u043e\u0442\u0438<\/h3><p>\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043d\u0430\u043f\u0440\u044f\u043c\u043e\u043a \u0456 \u043f\u0435\u0440\u0435\u0433\u043b\u044f\u043d\u044c\u0442\u0435 \u043e\u0431\u0440\u0430\u043d\u0456 \u043f\u0440\u043e\u0454\u043a\u0442\u0438.<\/p><\/div><div class=\"portfolio-grid\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=RwQuX51tVPY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-epilation-laser-femme.jpg\" alt=\"Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=l2ZLJa_Gvq8\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Microcurrent Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-soin-visage-microcourants.jpg\" alt=\"Microcurrent Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Microcurrent Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=svB_GnVacFE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-epilation-laser-homme.jpg\" alt=\"Men\u2019s Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=oD-BDkY3_Qw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-soin-visage-homme.png\" alt=\"Men\u2019s Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><\/div><\/div><\/div><\/section><section class=\"section pricing-section\" id=\"tarifs\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"pricing-intro\"><p class=\"eyebrow\">\u041f\u043e\u0441\u043b\u0443\u0433\u0438 \u0439 \u0446\u0456\u043d\u0438<\/p><h2>\u041f\u043e\u0441\u043b\u0443\u0433\u0438 \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0431\u0440\u0435\u043d\u0434\u0443<\/h2><p>\u042f \u043f\u0440\u043e\u043f\u043e\u043d\u0443\u044e \u043a\u0456\u043b\u044c\u043a\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0456\u0432 \u0441\u043f\u0456\u0432\u043f\u0440\u0430\u0446\u0456: \u0432\u0456\u0434 \u0440\u0430\u0437\u043e\u0432\u043e\u0457 \u0437\u0439\u043e\u043c\u043a\u0438 \u0434\u043e \u043f\u043e\u0432\u043d\u043e\u0433\u043e \u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436. \u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u043e\u0441\u043b\u0443\u0433\u0443 \u0437\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u0442\u043e\u0433\u043e, \u0449\u043e \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0437\u0430\u0440\u0430\u0437: \u0433\u043e\u0442\u043e\u0432\u0435 \u0432\u0456\u0434\u0435\u043e, \u0437\u0430\u043f\u0430\u0441 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432, \u043f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0430 \u043f\u043e\u0440\u0430\u0434\u0430, \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u0430 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f \u0430\u0431\u043e \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u0438\u0439 \u0441\u0443\u043f\u0440\u043e\u0432\u0456\u0434.<\/p><\/div><div class=\"service-selector\" role=\"tablist\" aria-label=\"\u041f\u043e\u0441\u043b\u0443\u0433\u0438 \u0434\u043b\u044f \u0432\u0430\u0448\u043e\u0433\u043e \u0431\u0440\u0435\u043d\u0434\u0443\"><div class=\"service-choice\"><button id=\"service-tab-content\" class=\"service-tab active\" type=\"button\" role=\"tab\" aria-selected=\"true\" aria-expanded=\"true\" aria-controls=\"service-panel-content\" tabindex=\"0\"><span>0<!-- -->1<\/span>\u041a\u043e\u043d\u0442\u0435\u043d\u0442-\u043f\u0440\u043e\u0434\u0430\u043a\u0448\u043d<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-content\" class=\"service-panel active\" role=\"tabpanel\" aria-labelledby=\"service-tab-content\"><p class=\"service-category-intro\">\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0442\u043e\u0447\u043a\u043e\u0432\u0443 \u0437\u0439\u043e\u043c\u043a\u0443 \u0430\u0431\u043e \u0441\u0442\u0432\u043e\u0440\u0456\u0442\u044c \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443 \u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0430 \u0442\u0438\u0436\u043d\u0456\u0432.<\/p><div class=\"service-offers service-offers-content\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u0430 \u0432\u0456\u0434\u0435\u043e\u0437\u0439\u043e\u043c\u043a\u0430<\/h3><\/div><strong>150 \u20ac<\/strong><\/div><p class=\"service-subtitle\">\u0426\u0435\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043f\u0456\u0434\u0456\u0439\u0434\u0435, \u044f\u043a\u0449\u043e \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u0440\u0435\u0430\u043b\u0456\u0437\u0443\u0432\u0430\u0442\u0438 \u043e\u0434\u043d\u0443 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u0443 \u0456\u0434\u0435\u044e: \u0437\u043d\u044f\u0442\u0438 \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u0438\u0439 \u0440\u043e\u043b\u0438\u043a, \u043f\u0440\u0435\u0437\u0435\u043d\u0442\u0430\u0446\u0456\u044e \u043f\u043e\u0441\u043b\u0443\u0433\u0438, \u0432\u0456\u0434\u0435\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0443 \u0430\u0431\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u0437\u0430 \u0433\u043e\u0442\u043e\u0432\u0438\u043c \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0441\u043e\u043c.<\/p><details class=\"service-more\"><summary>\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435<\/summary><div class=\"service-more-content\"><p class=\"service-description\">\u0412\u0438 \u043f\u0440\u0438\u0445\u043e\u0434\u0438\u0442\u0435 \u0437 \u0447\u0456\u0442\u043a\u0438\u043c \u0437\u0430\u043f\u0438\u0442\u043e\u043c, \u0430 \u044f \u0434\u043e\u043f\u043e\u043c\u0430\u0433\u0430\u044e \u043f\u0435\u0440\u0435\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0439\u043e\u0433\u043e \u043d\u0430 \u0433\u043e\u0442\u043e\u0432\u0435 \u0432\u0456\u0434\u0435\u043e \u0434\u043b\u044f \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457.<\/p><ul><li>\u0414\u043e 1 \u0433\u043e\u0434\u0438\u043d\u0438 \u0437\u0439\u043e\u043c\u043a\u0438<\/li><li>\u0417\u0439\u043e\u043c\u043a\u0430 \u0437\u0430 \u0432\u0430\u0448\u0438\u043c \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0441\u043e\u043c \u0430\u0431\u043e \u043f\u043e\u0433\u043e\u0434\u0436\u0435\u043d\u043e\u044e \u0456\u0434\u0435\u0454\u044e<\/li><li>1 \u0437\u043c\u043e\u043d\u0442\u043e\u0432\u0430\u043d\u0435 \u0432\u0435\u0440\u0442\u0438\u043a\u0430\u043b\u044c\u043d\u0435 \u0432\u0456\u0434\u0435\u043e \u0442\u0440\u0438\u0432\u0430\u043b\u0456\u0441\u0442\u044e \u0434\u043e 60 \u0441\u0435\u043a\u0443\u043d\u0434<\/li><li>\u0414\u043e 2 \u0440\u0430\u0443\u043d\u0434\u0456\u0432 \u043f\u0440\u0430\u0432\u043e\u043a<\/li><\/ul><p class=\"service-result\"><strong>\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:<\/strong> \u041e\u0434\u043d\u0435 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e \u0433\u043e\u0442\u043e\u0432\u0435 \u0432\u0456\u0434\u0435\u043e \u0434\u043b\u044f \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u0443 \u0432\u0430\u0448\u0438\u0445 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436\u0430\u0445.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0432\u0456\u0434\u0435\u043e\u0437\u0439\u043e\u043c\u043a\u0443<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>\u0411\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443<\/h3><\/div><strong>500 \u20ac<\/strong><\/div><p class=\"service-subtitle\">\u0426\u0435\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043f\u0456\u0434\u0456\u0439\u0434\u0435, \u044f\u043a\u0449\u043e \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0435 \u043d\u0435 \u043e\u0434\u043d\u0435 \u0432\u0456\u0434\u0435\u043e, \u0430 \u0440\u0456\u0437\u043d\u043e\u043c\u0430\u043d\u0456\u0442\u043d\u0438\u0439 \u0437\u0430\u043f\u0430\u0441 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432 \u0434\u043b\u044f \u0440\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0433\u043e \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443.<\/p><details class=\"service-more\"><summary>\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435<\/summary><div class=\"service-more-content\"><p class=\"service-description\">\u041f\u0435\u0440\u0435\u0434 \u0437\u0439\u043e\u043c\u043a\u043e\u044e \u044f \u0437\u043d\u0430\u0439\u043e\u043c\u043b\u044e\u0441\u044f \u0437 \u0432\u0430\u0448\u0438\u043c \u0431\u0456\u0437\u043d\u0435\u0441\u043e\u043c, \u043f\u043e\u0441\u043b\u0443\u0433\u0430\u043c\u0438 \u0442\u0430 \u0446\u0456\u043b\u044f\u043c\u0438. \u041d\u0430 \u043e\u0441\u043d\u043e\u0432\u0456 \u0446\u044c\u043e\u0433\u043e \u043c\u0438 \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u0454\u043c\u043e \u0432\u0456\u0437\u0443\u0430\u043b\u044c\u043d\u0438\u0439 \u043d\u0430\u043f\u0440\u044f\u043c \u0456 \u0441\u043a\u043b\u0430\u0434\u0430\u0454\u043c\u043e \u0441\u043f\u0438\u0441\u043e\u043a \u043a\u0430\u0434\u0440\u0456\u0432. \u041f\u0456\u0434 \u0447\u0430\u0441 \u043e\u0434\u043d\u0456\u0454\u0457 \u0437\u0439\u043e\u043c\u043a\u0438 \u0441\u0442\u0432\u043e\u0440\u044e\u0454\u043c\u043e \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0443 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432, \u044f\u043a\u0456 \u0432\u0438 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c \u043a\u0456\u043b\u044c\u043a\u043e\u0445 \u0442\u0438\u0436\u043d\u0456\u0432.<\/p><ul><li>\u041a\u043e\u0440\u043e\u0442\u043a\u0438\u0439 \u043f\u0456\u0434\u0433\u043e\u0442\u043e\u0432\u0447\u0438\u0439 \u0434\u0437\u0432\u0456\u043d\u043e\u043a<\/li><li>\u0411\u0440\u0438\u0444 \u0456 \u043c\u0443\u0434\u0431\u043e\u0440\u0434 \u043f\u0435\u0440\u0435\u0434 \u0437\u0439\u043e\u043c\u043a\u043e\u044e<\/li><li>\u0417\u0430\u043d\u0443\u0440\u0435\u043d\u043d\u044f \u0443 \u0432\u0430\u0448\u0456 \u043f\u043e\u0441\u043b\u0443\u0433\u0438, \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f \u0442\u0430 \u0446\u0456\u043b\u0456<\/li><li>\u0424\u043e\u0440\u043c\u0443\u0432\u0430\u043d\u043d\u044f \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u043d\u0435\u043e\u0431\u0445\u0456\u0434\u043d\u0438\u0445 \u043a\u0430\u0434\u0440\u0456\u0432<\/li><li>\u0414\u043e 4 \u0433\u043e\u0434\u0438\u043d \u0437\u0439\u043e\u043c\u043a\u0438 \u043d\u0430 \u043b\u043e\u043a\u0430\u0446\u0456\u0457<\/li><li>\u0412\u0456\u0434\u0431\u0456\u0440 \u0456 \u043f\u0435\u0440\u0435\u0434\u0430\u0432\u0430\u043d\u043d\u044f \u0432\u0438\u0445\u0456\u0434\u043d\u0438\u0445 \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432<\/li><li>\u041a\u043e\u043d\u0442\u0435\u043d\u0442 \u0434\u043b\u044f Instagram, TikTok, YouTube Shorts, Google Business Profile, Planity, Treatwell \u0442\u0430 \u0456\u043d\u0448\u0438\u0445 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c<\/li><\/ul><p class=\"service-result\"><strong>\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:<\/strong> \u0421\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0432\u0430\u043d\u0430 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0430 \u0432\u0456\u0434\u0435\u043e\u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432 \u0434\u043b\u044f \u0441\u0430\u043c\u043e\u0441\u0442\u0456\u0439\u043d\u043e\u0433\u043e \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u0442\u0430 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443.<\/p><p class=\"service-note\"><strong>\u0412\u0430\u0436\u043b\u0438\u0432\u043e:<\/strong> \u041c\u043e\u043d\u0442\u0430\u0436 \u0433\u043e\u0442\u043e\u0432\u0438\u0445 \u0432\u0456\u0434\u0435\u043e \u043d\u0435 \u0432\u0445\u043e\u0434\u0438\u0442\u044c \u0443 \u043f\u0430\u043a\u0435\u0442 \u0456 \u043c\u043e\u0436\u0435 \u0431\u0443\u0442\u0438 \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0430\u043d\u0438\u0439 \u043e\u043a\u0440\u0435\u043c\u043e.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">\u0421\u0442\u0432\u043e\u0440\u0438\u0442\u0438 \u0431\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0443<\/button><\/article><\/div><\/div><\/div><div class=\"service-choice\"><button id=\"service-tab-strategy\" class=\"service-tab\" type=\"button\" role=\"tab\" aria-selected=\"false\" aria-expanded=\"false\" aria-controls=\"service-panel-strategy\" tabindex=\"-1\"><span>0<!-- -->2<\/span>\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f \u0442\u0430 \u043a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u0438\u0439 \u043d\u0430\u043f\u0440\u044f\u043c<i aria-hidden=\"true\">+<\/i><\/button><div id=\"service-panel-strategy\" class=\"service-panel\" role=\"tabpanel\" aria-labelledby=\"service-tab-strategy\" hidden=\"\"><p class=\"service-category-intro\">\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u043f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0443 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u044e, \u043f\u043e\u0432\u043d\u0443 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044e \u0430\u0431\u043e \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u0438\u0439 \u0441\u0443\u043f\u0440\u043e\u0432\u0456\u0434 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436.<\/p><div class=\"service-offers service-offers-strategy\"><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0447\u043d\u0430 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u044f<\/h3><\/div><strong>100 \u20ac<\/strong><\/div><p class=\"service-subtitle\">\u0426\u0435\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043f\u0456\u0434\u0456\u0439\u0434\u0435, \u044f\u043a\u0449\u043e \u0443 \u0432\u0430\u0441 \u0454 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u0430 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0430 \u0430\u0431\u043e \u0437\u0430\u043f\u0438\u0442, \u0430\u043b\u0435 \u0432\u0438 \u043d\u0435 \u0437\u043d\u0430\u0454\u0442\u0435, \u044f\u043a\u0435 \u0440\u0456\u0448\u0435\u043d\u043d\u044f \u043e\u0431\u0440\u0430\u0442\u0438.<\/p><details class=\"service-more\"><summary>\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435<\/summary><div class=\"service-more-content\"><p class=\"service-description\">\u041d\u0430\u043f\u0440\u0438\u043a\u043b\u0430\u0434, \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u0442\u0438, \u044f\u043a \u043f\u043e\u0437\u0438\u0446\u0456\u043e\u043d\u0443\u0432\u0430\u0442\u0438 \u0431\u0440\u0435\u043d\u0434, \u043f\u0440\u043e \u0449\u043e \u0437\u043d\u0456\u043c\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u044f\u043a\u0456 \u0444\u043e\u0440\u043c\u0430\u0442\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438, \u0447\u043e\u043c\u0443 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457 \u043d\u0435 \u0434\u0430\u044e\u0442\u044c \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0443 \u0430\u0431\u043e \u044f\u043a \u043f\u043e\u0431\u0443\u0434\u0443\u0432\u0430\u0442\u0438 \u043f\u043e\u0434\u0430\u043b\u044c\u0448\u0443 \u0440\u043e\u0431\u043e\u0442\u0443 \u0456\u0437 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u043c\u0438 \u043c\u0435\u0440\u0435\u0436\u0430\u043c\u0438.<\/p><p class=\"service-description\">\u041f\u0435\u0440\u0435\u0434 \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0447\u044e \u044f \u043e\u0437\u043d\u0430\u0439\u043e\u043c\u043b\u044e\u0441\u044f \u0437 \u0432\u0430\u0448\u0438\u043c \u0437\u0430\u043f\u0438\u0442\u043e\u043c, \u0449\u043e\u0431 \u043f\u0456\u0434 \u0447\u0430\u0441 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u0457 \u043c\u0438 \u043c\u043e\u0433\u043b\u0438 \u0437\u043e\u0441\u0435\u0440\u0435\u0434\u0438\u0442\u0438\u0441\u044f \u043d\u0430 \u0440\u0456\u0448\u0435\u043d\u043d\u044f\u0445.<\/p><ul><li>\u0411\u0440\u0438\u0444 \u043f\u0435\u0440\u0435\u0434 \u0441\u0435\u0441\u0456\u0454\u044e<\/li><li>\u041f\u043e\u043f\u0435\u0440\u0435\u0434\u043d\u0454 \u043e\u0437\u043d\u0430\u0439\u043e\u043c\u043b\u0435\u043d\u043d\u044f \u0437 \u0432\u0430\u0448\u0438\u043c \u0437\u0430\u043f\u0438\u0442\u043e\u043c<\/li><li>\u0412\u0456\u0434\u0435\u043e\u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u044f \u0442\u0440\u0438\u0432\u0430\u043b\u0456\u0441\u0442\u044e \u0434\u043e 60 \u0445\u0432\u0438\u043b\u0438\u043d<\/li><li>\u0412\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0456 \u043d\u0430 \u0432\u0430\u0448\u0456 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f<\/li><li>\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457 \u0449\u043e\u0434\u043e \u043f\u043e\u0437\u0438\u0446\u0456\u043e\u043d\u0443\u0432\u0430\u043d\u043d\u044f \u0442\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0456\u0432 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443<\/li><li>\u0427\u0456\u0442\u043a\u0438\u0439 \u043f\u0435\u0440\u0435\u043b\u0456\u043a \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u0445 \u043a\u0440\u043e\u043a\u0456\u0432<\/li><\/ul><p class=\"service-result\"><strong>\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:<\/strong> \u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0438\u0439 \u043f\u043e\u0433\u043b\u044f\u0434 \u043d\u0430 \u0432\u0430\u0448\u0443 \u0441\u0438\u0442\u0443\u0430\u0446\u0456\u044e \u0442\u0430 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u0456 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457, \u044f\u043a\u0456 \u043c\u043e\u0436\u043d\u0430 \u043f\u043e\u0447\u0430\u0442\u0438 \u0432\u043f\u0440\u043e\u0432\u0430\u0434\u0436\u0443\u0432\u0430\u0442\u0438 \u043e\u0434\u0440\u0430\u0437\u0443 \u043f\u0456\u0441\u043b\u044f \u0437\u0443\u0441\u0442\u0440\u0456\u0447\u0456.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">\u0417\u0430\u043f\u0438\u0441\u0430\u0442\u0438\u0441\u044f \u043d\u0430 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u044e<\/button><\/article><article class=\"service-card\"><div class=\"service-card-top\"><div><h3>\u041a\u043e\u043d\u0442\u0435\u043d\u0442 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f<\/h3><\/div><strong>500 \u20ac<\/strong><\/div><p class=\"service-subtitle\">\u0426\u0435\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043f\u0456\u0434\u0456\u0439\u0434\u0435, \u044f\u043a\u0449\u043e \u0432\u0430\u043c \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0430 \u043d\u0435 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044c \u043d\u0430 \u043e\u0434\u043d\u0435 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f, \u0430 \u0446\u0456\u043b\u0456\u0441\u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043f\u0440\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0431\u0440\u0435\u043d\u0434\u0443 \u0432 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436\u0430\u0445.<\/p><details class=\"service-more\"><summary>\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435<\/summary><div class=\"service-more-content\"><p class=\"service-description\">\u042f \u0430\u043d\u0430\u043b\u0456\u0437\u0443\u044e \u0432\u0430\u0448 \u0431\u0440\u0435\u043d\u0434, \u0440\u0438\u043d\u043e\u043a, \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u0456\u0432 \u0456 \u0446\u0456\u043b\u044c\u043e\u0432\u0443 \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0456\u044e, \u0430 \u043f\u043e\u0442\u0456\u043c \u0444\u043e\u0440\u043c\u0443\u044e \u0434\u0435\u0442\u0430\u043b\u044c\u043d\u0443 \u0434\u043e\u0440\u043e\u0436\u043d\u044e \u043a\u0430\u0440\u0442\u0443. \u0412\u043e\u043d\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0436\u0435 \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u0442\u0438, \u0449\u043e \u0441\u0430\u043c\u0435 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u043e \u043a\u043e\u043c\u0443\u043d\u0456\u043a\u0443\u0432\u0430\u0442\u0438, \u0434\u043b\u044f \u043a\u043e\u0433\u043e \u0441\u0442\u0432\u043e\u0440\u044e\u0432\u0430\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u044f\u043a\u0456 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0438 \u0442\u0430 \u0444\u043e\u0440\u043c\u0430\u0442\u0438 \u0432\u0438\u043a\u043e\u0440\u0438\u0441\u0442\u043e\u0432\u0443\u0432\u0430\u0442\u0438 \u0456 \u044f\u043a \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u043c\u0430\u0454 \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442\u0438 \u043a\u043b\u0456\u0454\u043d\u0442\u0430 \u0434\u043e \u043f\u043e\u043a\u0443\u043f\u043a\u0438.<\/p><ul><li>\u0412\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u0431\u0456\u0437\u043d\u0435\u0441-\u0446\u0456\u043b\u0435\u0439 \u0456 \u0437\u0430\u0432\u0434\u0430\u043d\u044c \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436<\/li><li>\u0410\u0443\u0434\u0438\u0442 \u0431\u0440\u0435\u043d\u0434\u0443 \u0442\u0430 \u043f\u043e\u0442\u043e\u0447\u043d\u0438\u0445 \u043a\u0430\u043d\u0430\u043b\u0456\u0432 \u043a\u043e\u043c\u0443\u043d\u0456\u043a\u0430\u0446\u0456\u0457<\/li><li>\u0410\u043d\u0430\u043b\u0456\u0437 \u0440\u0438\u043d\u043a\u0443 \u0439 \u043a\u043e\u043d\u043a\u0443\u0440\u0435\u043d\u0442\u0456\u0432<\/li><li>\u0410\u043d\u0430\u043b\u0456\u0437 \u0446\u0456\u043b\u044c\u043e\u0432\u043e\u0457 \u0430\u0443\u0434\u0438\u0442\u043e\u0440\u0456\u0457<\/li><li>\u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0430 \u0430\u0431\u043e \u0443\u0442\u043e\u0447\u043d\u0435\u043d\u043d\u044f \u043f\u043e\u0437\u0438\u0446\u0456\u043e\u043d\u0443\u0432\u0430\u043d\u043d\u044f<\/li><li>\u0424\u043e\u0440\u043c\u0443\u0432\u0430\u043d\u043d\u044f \u0443\u043d\u0456\u043a\u0430\u043b\u044c\u043d\u043e\u0457 \u0442\u043e\u0440\u0433\u043e\u0432\u043e\u0457 \u043f\u0440\u043e\u043f\u043e\u0437\u0438\u0446\u0456\u0457<\/li><li>\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457 \u0449\u043e\u0434\u043e \u0442\u043e\u043d\u0443 \u043a\u043e\u043c\u0443\u043d\u0456\u043a\u0430\u0446\u0456\u0457 \u0442\u0430 \u0432\u0456\u0437\u0443\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043d\u0430\u043f\u0440\u044f\u043c\u0443<\/li><li>\u041a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0456 \u0440\u0443\u0431\u0440\u0438\u043a\u0438 \u0442\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u044e\u0432\u0430\u043d\u0456 \u0432\u0456\u0434\u0435\u043e\u0444\u043e\u0440\u043c\u0430\u0442\u0438<\/li><li>\u0420\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457 \u0449\u043e\u0434\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u0432\u043e\u0440\u043e\u043d\u043a\u0438 \u0442\u0430 \u0448\u043b\u044f\u0445\u0443 \u043a\u043b\u0456\u0454\u043d\u0442\u0430<\/li><li>\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0447\u043d\u0456 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0456\u0457 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0432\u0430\u0448\u0438\u0445 \u0446\u0456\u043b\u0435\u0439<\/li><li>\u0413\u043e\u0442\u043e\u0432\u0438\u0439 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442 \u0443 \u0444\u043e\u0440\u043c\u0430\u0442\u0456 PDF \u043f\u0440\u043e\u0442\u044f\u0433\u043e\u043c 2 \u0442\u0438\u0436\u043d\u0456\u0432<\/li><\/ul><p class=\"service-result\"><strong>\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:<\/strong> \u0413\u043e\u0442\u043e\u0432\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f, \u0437\u0430 \u044f\u043a\u043e\u044e \u0432\u0438 \u0430\u0431\u043e \u0432\u0430\u0448\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0430 \u0437\u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u0438\u0441\u0442\u0435\u043c\u043d\u043e \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0456\u0437 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u043c\u0438 \u043c\u0435\u0440\u0435\u0436\u0430\u043c\u0438.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">\u0417\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044e<\/button><\/article><article class=\"service-card featured\"><div class=\"service-card-top\"><div><h3>VIP \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0441\u0442\u0432\u043e<\/h3><\/div><strong>\u0412\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u0440\u043e\u0437\u0440\u0430\u0445\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f \u0456\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u043e<\/strong><\/div><p class=\"service-subtitle\">\u0426\u0435\u0439 \u0444\u043e\u0440\u043c\u0430\u0442 \u043f\u0456\u0434\u0456\u0439\u0434\u0435, \u044f\u043a\u0449\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0434\u0435\u043b\u0435\u0433\u0443\u0432\u0430\u0442\u0438 \u0440\u043e\u0437\u0432\u0438\u0442\u043e\u043a \u0456 \u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436 \u0441\u043f\u0435\u0446\u0456\u0430\u043b\u0456\u0441\u0442\u0443.<\/p><details class=\"service-more\"><summary>\u0414\u0456\u0437\u043d\u0430\u0442\u0438\u0441\u044f \u0431\u0456\u043b\u044c\u0448\u0435<\/summary><div class=\"service-more-content\"><p class=\"service-description\">\u041f\u0440\u043e\u0442\u044f\u0433\u043e\u043c \u043c\u0456\u0441\u044f\u0446\u044f \u044f \u043f\u0440\u0430\u0446\u044e\u044e \u0431\u0435\u0437\u043f\u043e\u0441\u0435\u0440\u0435\u0434\u043d\u044c\u043e \u0437 \u0432\u0430\u0448\u0438\u043c \u0431\u0440\u0435\u043d\u0434\u043e\u043c: \u0441\u0442\u0432\u043e\u0440\u044e\u044e \u043a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u0443 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043f\u0440\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f, \u043a\u043e\u043e\u0440\u0434\u0438\u043d\u0443\u044e \u0457\u0457 \u0440\u0435\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u044e \u0442\u0430 \u0430\u043d\u0430\u043b\u0456\u0437\u0443\u044e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438. \u0426\u0435 \u0442\u0456\u0441\u043d\u0430 \u0441\u043f\u0456\u0432\u043f\u0440\u0430\u0446\u044f \u0437 \u0432\u0430\u0448\u0438\u043c \u0431\u0456\u0437\u043d\u0435\u0441\u043e\u043c \u0456 \u043f\u0440\u0430\u043a\u0442\u0438\u0447\u043d\u0435 \u0432\u043f\u0440\u043e\u0432\u0430\u0434\u0436\u0435\u043d\u043d\u044f \u0443\u0437\u0433\u043e\u0434\u0436\u0435\u043d\u0438\u0445 \u0440\u0456\u0448\u0435\u043d\u044c.<\/p><p class=\"service-subheading\">\u0417\u0430\u043b\u0435\u0436\u043d\u043e \u0432\u0456\u0434 \u043f\u043e\u0442\u0440\u0435\u0431 \u0431\u0440\u0435\u043d\u0434\u0443 \u0441\u043f\u0456\u0432\u043f\u0440\u0430\u0446\u044f \u043c\u043e\u0436\u0435 \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u0438<\/p><ul><li>\u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0443 SMM-\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0457<\/li><li>\u0421\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u043f\u043b\u0430\u043d\u0443<\/li><li>\u0420\u043e\u0437\u0440\u043e\u0431\u043a\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u043d\u0438\u0445 \u0440\u0443\u0431\u0440\u0438\u043a \u0442\u0430 \u0456\u0434\u0435\u0439<\/li><li>\u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u044e \u0441\u0442\u0432\u043e\u0440\u0435\u043d\u043d\u044f \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443<\/li><li>\u041f\u0456\u0434\u0433\u043e\u0442\u043e\u0432\u043a\u0443 \u0442\u0430 \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u044e \u043c\u0430\u0442\u0435\u0440\u0456\u0430\u043b\u0456\u0432<\/li><li>\u0420\u043e\u0431\u043e\u0442\u0443 \u0437 \u0431\u043b\u043e\u0433\u0435\u0440\u0430\u043c\u0438 \u0442\u0430 \u0456\u043d\u0444\u043b\u044e\u0435\u043d\u0441\u0435\u0440\u0430\u043c\u0438<\/li><li>\u041e\u0440\u0433\u0430\u043d\u0456\u0437\u0430\u0446\u0456\u044e UGC-\u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443<\/li><li>\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0435 \u0432\u0435\u0434\u0435\u043d\u043d\u044f \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436<\/li><li>\u0410\u043d\u0430\u043b\u0456\u0437 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432 \u0456 \u043a\u043e\u0440\u0438\u0433\u0443\u0432\u0430\u043d\u043d\u044f \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0457<\/li><li>\u0429\u043e\u043c\u0456\u0441\u044f\u0447\u043d\u0443 \u0437\u0432\u0456\u0442\u043d\u0456\u0441\u0442\u044c<\/li><li>\u041f\u043e\u0441\u0442\u0456\u0439\u043d\u0438\u0439 \u0437\u0432\u2019\u044f\u0437\u043e\u043a \u0456 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0447\u043d\u0443 \u043f\u0456\u0434\u0442\u0440\u0438\u043c\u043a\u0443<\/li><\/ul><p class=\"service-result\"><strong>\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442:<\/strong> \u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u043f\u0440\u043e\u0441\u0443\u0432\u0430\u043d\u043d\u044f \u0431\u0440\u0435\u043d\u0434\u0443 \u0432 \u0441\u043e\u0446\u0456\u0430\u043b\u044c\u043d\u0438\u0445 \u043c\u0435\u0440\u0435\u0436\u0430\u0445, \u044f\u043a\u0430 \u043e\u0445\u043e\u043f\u043b\u044e\u0454 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044e, \u043a\u043e\u043d\u0442\u0435\u043d\u0442, \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0441\u0442\u0432\u0430, \u0440\u0435\u0430\u043b\u0456\u0437\u0430\u0446\u0456\u044e \u0442\u0430 \u0430\u043d\u0430\u043b\u0456\u0437 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0456\u0432.<\/p><p class=\"service-note\"><strong>\u0412\u0430\u0436\u043b\u0438\u0432\u043e:<\/strong> \u041a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043c\u0456\u0441\u0446\u044c \u043e\u0431\u043c\u0435\u0436\u0435\u043d\u0430. \u0422\u043e\u0447\u043d\u0435 \u043d\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f \u043f\u0430\u043a\u0435\u0442\u0430, \u043e\u0431\u0441\u044f\u0433 \u0440\u043e\u0431\u043e\u0442\u0438 \u0442\u0430 \u0432\u0430\u0440\u0442\u0456\u0441\u0442\u044c \u0432\u0438\u0437\u043d\u0430\u0447\u0430\u044e\u0442\u044c\u0441\u044f \u0456\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e \u0434\u043e \u0446\u0456\u043b\u0435\u0439 \u0456 \u043f\u043e\u0442\u0440\u0435\u0431 \u0432\u0430\u0448\u043e\u0433\u043e \u0431\u0440\u0435\u043d\u0434\u0443.<\/p><\/div><\/details><button class=\"button button-primary\" type=\"button\">\u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0438 VIP-\u043f\u0440\u043e\u043f\u043e\u0437\u0438\u0446\u0456\u044e<\/button><\/article><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"section surface-section testimonials-section\" data-scroll-reveal=\"true\"><div class=\"container\"><div class=\"section-heading\"><div><p class=\"eyebrow\">\u0412\u0456\u0434\u0433\u0443\u043a\u0438 \u043a\u043b\u0456\u0454\u043d\u0442\u0456\u0432<\/p><h2>\u0429\u043e \u043a\u043b\u0456\u0454\u043d\u0442\u0438 \u0437\u0430\u043f\u0430\u043c\u2019\u044f\u0442\u043e\u0432\u0443\u044e\u0442\u044c \u043d\u0430\u0439\u0431\u0456\u043b\u044c\u0448\u0435.<\/h2><\/div><p>\u041a\u0456\u043b\u044c\u043a\u0430 \u0441\u043b\u0456\u0432 \u043f\u0440\u043e \u043d\u0430\u043f\u0440\u044f\u043c\u043e\u043a \u0440\u043e\u0431\u043e\u0442\u0438, \u0440\u043e\u0431\u043e\u0447\u0438\u0439 \u0440\u0438\u0442\u043c \u0456 \u044f\u0441\u043d\u0456\u0441\u0442\u044c, \u044f\u043a\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442 \u043f\u0440\u0438\u043d\u0456\u0441 \u043f\u0456\u0441\u043b\u044f \u043f\u0443\u0431\u043b\u0456\u043a\u0430\u0446\u0456\u0457.<\/p><\/div><div class=\"testi-grid\"><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">\u0417\u0430\u0434\u043e\u0432\u043e\u043b\u0435\u043d\u043d\u044f \u0437\u043d\u043e\u0432\u0443 \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438 \u0437 \u0410\u043d\u0430\u0441\u0442\u0430\u0441\u0456\u0454\u044e. \u042f\u043a\u0456\u0441\u043d\u0456 \u0432\u0456\u0434\u0435\u043e, \u0447\u0443\u0434\u043e\u0432\u0430 \u043a\u043e\u043c\u0443\u043d\u0456\u043a\u0430\u0446\u0456\u044f, \u0442\u043e\u0447\u043d\u043e \u0434\u043e\u0442\u0440\u0438\u043c\u0430\u043b\u0430\u0441\u044c \u0443\u0441\u0456\u0445 \u043f\u043e\u0431\u0430\u0436\u0430\u043d\u044c.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">\u0427\u0443\u0434\u043e\u0432\u043e \u0432\u043f\u043e\u0440\u0430\u043b\u0430\u0441\u044f \u0437 \u043a\u043e\u0436\u043d\u0438\u043c \u0437\u0430\u0432\u0434\u0430\u043d\u043d\u044f\u043c. \u0414\u0443\u0436\u0435 \u0433\u043d\u0443\u0447\u043a\u0430 \u0442\u0430 \u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0430 \u0434\u043e \u0437\u0432\u043e\u0440\u043e\u0442\u043d\u043e\u0433\u043e \u0437\u0432\u2019\u044f\u0437\u043a\u0443.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">\u041d\u0430\u043f\u043e\u043b\u0435\u0433\u043b\u0438\u0432\u0430 \u0443 \u043f\u043e\u0448\u0443\u043a\u0443 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0433\u043e \u043c\u0435\u0441\u0435\u0434\u0436\u0443. \u0407\u0457 \u043d\u0430\u0432\u0438\u0447\u043a\u0438 \u0432 \u0440\u0435\u043a\u043b\u0430\u043c\u0456 \u0443 \u043f\u043e\u0454\u0434\u043d\u0430\u043d\u043d\u0456 \u0437 \u0432\u0435\u043b\u0438\u043a\u043e\u044e \u0435\u043d\u0435\u0440\u0433\u0456\u0454\u044e \u0434\u0430\u044e\u0442\u044c \u0447\u0443\u0434\u043e\u0432\u0456 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">\u0412\u0456\u0434\u043c\u0456\u043d\u043d\u0430 \u0440\u043e\u0431\u043e\u0442\u0430. \u0412\u0438\u043d\u0430\u0445\u0456\u0434\u043b\u0438\u0432\u0430 \u0442\u0430 \u0440\u0435\u0442\u0435\u043b\u044c\u043d\u0430. \u0414\u043e\u0431\u0440\u0435 \u043a\u043e\u043c\u0443\u043d\u0456\u043a\u0443\u0454, \u0437\u0434\u0430\u0454 \u0432\u0447\u0430\u0441\u043d\u043e \u0456 \u0434\u0435\u043c\u043e\u043d\u0441\u0442\u0440\u0443\u0454 \u0432\u0438\u0441\u043e\u043a\u0443 \u043f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0443 \u0437\u0440\u0456\u043b\u0456\u0441\u0442\u044c.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">\u0414\u0443\u0436\u0435 \u043f\u0440\u0438\u0454\u043c\u043d\u043e \u043f\u0440\u0430\u0446\u044e\u0432\u0430\u0442\u0438. \u0428\u0432\u0438\u0434\u043a\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u0430\u0454, \u043d\u0430\u0434\u0456\u0439\u043d\u0430 \u0443 \u0432\u0438\u043a\u043e\u043d\u0430\u043d\u043d\u0456 \u0442\u0430 \u0434\u0443\u0436\u0435 \u043a\u0440\u0435\u0430\u0442\u0438\u0432\u043d\u0430.<\/p><\/article><article class=\"testi-card\"><div class=\"testi-quote-mark\">\u201c<\/div><p class=\"testi-text\">\u0415\u043d\u0435\u0440\u0433\u0456\u0439\u043d\u0430 \u0442\u0430 \u044f\u0441\u043a\u0440\u0430\u0432\u0430. \u041f\u0440\u043e\u0444\u0435\u0441\u0456\u0439\u043d\u0430 \u0441\u043e\u0446\u043c\u0435\u0434\u0456\u0430-\u043a\u0440\u0435\u0430\u0442\u043e\u0440\u043a\u0430, \u044f\u043a\u0430 \u043f\u0440\u0438\u0432\u043e\u0434\u0438\u0442\u044c \u043d\u043e\u0432\u0438\u0445 \u043a\u043b\u0456\u0454\u043d\u0442\u0456\u0432 \u0432\u0430\u0448\u043e\u043c\u0443 \u0431\u0456\u0437\u043d\u0435\u0441\u0443.<\/p><\/article><\/div><\/div><\/section><section class=\"section faq-section\" data-scroll-reveal=\"true\"><div class=\"container narrow\"><p class=\"eyebrow\">FAQ<\/p><h2>\u0427\u0430\u0441\u0442\u0456 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f<\/h2><p class=\"faq-intro\">\u0423\u0441\u0435, \u0449\u043e \u0432\u0430\u0440\u0442\u043e \u0437\u043d\u0430\u0442\u0438 \u043f\u0440\u043e \u043f\u0440\u043e\u0446\u0435\u0441 \u0456 \u0442\u0435\u0440\u043c\u0456\u043d\u0438 \u0437\u0434\u0430\u0447\u0456.<\/p><div class=\"faq-card-grid\"><article class=\"faq-card\"><h3>\u042f\u043a \u043e\u0431\u0440\u0430\u0442\u0438 \u043f\u043e\u0442\u0440\u0456\u0431\u043d\u0443 \u043f\u043e\u0441\u043b\u0443\u0433\u0443?<\/h3><p>\u041e\u0431\u0435\u0440\u0456\u0442\u044c \u0441\u0432\u043e\u044e \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0443 \u043f\u043e\u0442\u0440\u0435\u0431\u0443 \u0432 \u0441\u0435\u043b\u0435\u043a\u0442\u043e\u0440\u0456. \u042f\u043a\u0449\u043e \u0432\u0430\u0433\u0430\u0454\u0442\u0435\u0441\u044c, \u043e\u043f\u0438\u0448\u0456\u0442\u044c \u043f\u0440\u043e\u0454\u043a\u0442 \u0443 \u0444\u043e\u0440\u043c\u0456, \u0456 \u044f \u043f\u043e\u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u044e \u043d\u0430\u0439\u043a\u0440\u0430\u0449\u0438\u0439 \u0444\u043e\u0440\u043c\u0430\u0442.<\/p><\/article><article class=\"faq-card\"><h3>\u0427\u0438 \u043c\u043e\u0436\u043d\u0430 \u0437\u0430\u0431\u0440\u043e\u043d\u044e\u0432\u0430\u0442\u0438 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044e \u0431\u0435\u0437 \u0437\u0439\u043e\u043c\u043a\u0438?<\/h3><p>\u0422\u0430\u043a. \u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0447\u043d\u0443 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u044e \u0430\u0431\u043e \u043a\u043e\u043d\u0442\u0435\u043d\u0442-\u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044e \u043c\u043e\u0436\u043d\u0430 \u0437\u0430\u0431\u0440\u043e\u043d\u044e\u0432\u0430\u0442\u0438 \u043e\u043a\u0440\u0435\u043c\u043e \u0432\u0456\u0434 \u0437\u0439\u043e\u043c\u043a\u0438.<\/p><\/article><article class=\"faq-card\"><h3>\u042f\u043a\u0456 \u0442\u0435\u0440\u043c\u0456\u043d\u0438 \u0437\u0434\u0430\u0447\u0456?<\/h3><p>\u0422\u0435\u0440\u043c\u0456\u043d\u0438 \u0437\u0430\u043b\u0435\u0436\u0430\u0442\u044c \u0432\u0456\u0434 \u043f\u043e\u0441\u043b\u0443\u0433\u0438, \u043e\u0431\u0441\u044f\u0433\u0443 \u0442\u0430 \u0433\u0440\u0430\u0444\u0456\u043a\u0430, \u0443\u0437\u0433\u043e\u0434\u0436\u0435\u043d\u043e\u0433\u043e \u043f\u0456\u0434 \u0447\u0430\u0441 \u0431\u0440\u0438\u0444\u0443.<\/p><\/article><article class=\"faq-card\"><h3>\u0412\u0438 \u043f\u0440\u0430\u0446\u044e\u0454\u0442\u0435 \u0437\u0430 \u043c\u0435\u0436\u0430\u043c\u0438 \u041f\u0430\u0440\u0438\u0436\u0430?<\/h3><p>\u0422\u0430\u043a. \u0412\u0438\u0457\u0437\u0434 \u0437\u0430 \u043c\u0435\u0436\u0456 \u041f\u0430\u0440\u0438\u0436\u0430 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0437\u0430 \u0456\u043d\u0434\u0438\u0432\u0456\u0434\u0443\u0430\u043b\u044c\u043d\u0438\u043c \u0437\u0430\u043f\u0438\u0442\u043e\u043c.<\/p><\/article><article class=\"faq-card\"><h3>\u0427\u0438 \u043c\u043e\u0436\u043d\u0430 \u0437\u0430\u043c\u043e\u0432\u0438\u0442\u0438 \u0434\u043e\u0434\u0430\u0442\u043a\u043e\u0432\u0456 \u0437\u043c\u043e\u043d\u0442\u043e\u0432\u0430\u043d\u0456 \u0432\u0456\u0434\u0435\u043e?<\/h3><p>\u0422\u0430\u043a. \u041f\u0440\u043e\u0441\u0442\u0438\u0439 \u043c\u043e\u043d\u0442\u0430\u0436 \u0432\u0456\u0434\u0435\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0438\u0439 \u0432\u0456\u0434 50 \u20ac \u0437\u0430 \u0432\u0456\u0434\u0435\u043e.<\/p><\/article><article class=\"faq-card\"><h3>\u042f\u043a \u043f\u043e\u0447\u0430\u0442\u0438?<\/h3><p>\u0417\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u0444\u043e\u0440\u043c\u0443, \u0432\u043a\u0430\u0437\u0430\u0432\u0448\u0438 \u0441\u0432\u0456\u0439 \u0431\u0456\u0437\u043d\u0435\u0441, \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0443 \u043f\u043e\u0442\u0440\u0435\u0431\u0443 \u0442\u0430 \u043e\u0440\u0456\u0454\u043d\u0442\u043e\u0432\u043d\u0438\u0439 \u0431\u044e\u0434\u0436\u0435\u0442. \u042f \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u043c \u0456\u0437 \u043d\u0430\u0441\u0442\u0443\u043f\u043d\u0438\u043c\u0438 \u043a\u0440\u043e\u043a\u0430\u043c\u0438.<\/p><\/article><\/div><p class=\"faq-footer-note\">\u041c\u0430\u0454\u0442\u0435 \u0456\u043d\u0448\u0435 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f?<!-- --> <a href=\"#contact\">\u0417\u0432\u2019\u044f\u0437\u0430\u0442\u0438\u0441\u044f \u0437\u0456 \u043c\u043d\u043e\u044e<\/a><\/p><\/div><\/section><footer class=\"site-footer\" id=\"contact\" data-scroll-reveal=\"true\"><div class=\"container footer-layout\"><div><p class=\"eyebrow\">\u041a\u043e\u043d\u0442\u0430\u043a\u0442<\/p><h2>\u0420\u043e\u0437\u043a\u0430\u0436\u0456\u0442\u044c, \u0449\u043e \u0432\u0438 \u0445\u043e\u0447\u0435\u0442\u0435 \u0441\u0442\u0432\u043e\u0440\u0438\u0442\u0438.<\/h2><p>\u041f\u043e\u0434\u0456\u043b\u0456\u0442\u044c\u0441\u044f \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u0454\u044e \u043f\u0440\u043e \u0431\u0440\u0435\u043d\u0434, \u0446\u0456\u043b\u0456 \u0442\u0430 \u043f\u043e\u0442\u043e\u0447\u043d\u0456 \u043f\u043e\u0442\u0440\u0435\u0431\u0438 \u0432 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0456. \u042f \u043f\u043e\u0440\u0430\u0434\u0436\u0443 \u0444\u043e\u0440\u043c\u0430\u0442 \u043f\u0440\u043e\u0434\u0430\u043a\u0448\u043d\u0443, \u044f\u043a\u0438\u0439 \u043f\u0456\u0434\u0456\u0439\u0434\u0435 \u0432\u0430\u0448\u043e\u043c\u0443 \u043f\u0440\u043e\u0454\u043a\u0442\u0443.<\/p><a class=\"button button-outline contact-whatsapp\" href=\"https:\/\/wa.me\/33744921306?text=Bonjour%20Anastasiia%2C%20j%E2%80%99ai%20une%20question%20concernant%20vos%20services.\">\u041c\u0430\u0454\u0442\u0435 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f? \u041d\u0430\u043f\u0438\u0448\u0456\u0442\u044c \u0443 WhatsApp<\/a><\/div><form class=\"project-form\" id=\"project-form\"><div class=\"form-grid\"><label><span>\u0406\u043c\u2019\u044f<\/span><input autocomplete=\"name\" required=\"\" name=\"name\"><\/label><label><span>\u0411\u0440\u0435\u043d\u0434<\/span><input autocomplete=\"organization\" required=\"\" name=\"brand\"><\/label><label><span>Email<\/span><input type=\"email\" autocomplete=\"email\" required=\"\" name=\"email\"><\/label><label><span>\u0421\u0430\u0439\u0442 \u0430\u0431\u043e Instagram<!-- --> <small>(<!-- -->\u043d\u0435\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u043a\u043e\u0432\u043e<!-- -->)<\/small><\/span><input placeholder=\"https:\/\/ or @handle\" name=\"website\"><\/label><label><span>\u041f\u043e\u0441\u043b\u0443\u0433\u0430<\/span><select name=\"service\"><option value=\"\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u0430 \u0432\u0456\u0434\u0435\u043e\u0437\u0439\u043e\u043c\u043a\u0430\">\u041e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u0430 \u0432\u0456\u0434\u0435\u043e\u0437\u0439\u043e\u043c\u043a\u0430<\/option><option value=\"\u0411\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443\">\u0411\u0456\u0431\u043b\u0456\u043e\u0442\u0435\u043a\u0430 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443<\/option><option value=\"\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0447\u043d\u0430 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u044f\">\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u0447\u043d\u0430 \u043a\u043e\u043d\u0441\u0443\u043b\u044c\u0442\u0430\u0446\u0456\u044f<\/option><option value=\"\u041a\u043e\u043d\u0442\u0435\u043d\u0442 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f\">\u041a\u043e\u043d\u0442\u0435\u043d\u0442 \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0456\u044f<\/option><option value=\"VIP \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0441\u0442\u0432\u043e\">VIP \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u0441\u0442\u0432\u043e<\/option><option value=\"\u0429\u0435 \u043d\u0435 \u0437\u043d\u0430\u044e\" selected=\"\">\u0429\u0435 \u043d\u0435 \u0437\u043d\u0430\u044e<\/option><\/select><\/label><label><span>\u041e\u0440\u0456\u0454\u043d\u0442\u043e\u0432\u043d\u0438\u0439 \u0431\u044e\u0434\u0436\u0435\u0442<!-- --> <small>(<!-- -->\u043d\u0435\u043e\u0431\u043e\u0432\u2019\u044f\u0437\u043a\u043e\u0432\u043e<!-- -->)<\/small><\/span><input inputmode=\"decimal\" name=\"budget\"><\/label><label class=\"form-wide\"><span>\u041e\u043f\u0438\u0441 \u043f\u0440\u043e\u0454\u043a\u0442\u0443<\/span><textarea name=\"description\" rows=\"5\" required=\"\"><\/textarea><\/label><\/div><button class=\"button button-primary\" type=\"submit\">\u0420\u043e\u0437\u043f\u043e\u0432\u0456\u0441\u0442\u0438 \u043f\u0440\u043e \u043c\u0456\u0439 \u043f\u0440\u043e\u0454\u043a\u0442<\/button><p class=\"form-delivery-note\">\u0426\u044f \u043a\u043d\u043e\u043f\u043a\u0430 \u0432\u0456\u0434\u043a\u0440\u0438\u0432\u0430\u0454 \u043f\u0456\u0434\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u0438\u0439 \u043b\u0438\u0441\u0442 \u0443 \u0432\u0430\u0448\u0456\u0439 \u043f\u043e\u0448\u0442\u043e\u0432\u0456\u0439 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u0456. \u042f\u043a\u0449\u043e \u043d\u0456\u0447\u043e\u0433\u043e \u043d\u0435 \u0432\u0456\u0434\u043a\u0440\u0438\u043b\u043e\u0441\u044f, \u043d\u0430\u043f\u0438\u0448\u0456\u0442\u044c \u043d\u0430\u043f\u0440\u044f\u043c\u0443 \u043d\u0430<!-- --> <a href=\"mailto:contentbyanastasiia.paris@gmail.com\">contentbyanastasiia.paris@gmail.com<\/a>.<\/p><\/form><\/div><div class=\"container footer-bottom\"><span>Content by Anastasiia<\/span><div><a href=\"https:\/\/www.instagram.com\/stacy_riazanova\/\" target=\"_blank\" rel=\"noreferrer\">Instagram<\/a><a href=\"https:\/\/fr.linkedin.com\/in\/anastasiia-riazanova-237a591b2\" target=\"_blank\" rel=\"noreferrer\">LinkedIn<\/a><a href=\"mailto:contentbyanastasiia.paris@gmail.com\">Email<\/a><a href=\"https:\/\/contentbyanastasiia.com\/wp-content\/uploads\/2026\/09\/anastasiia-riazanova-cv-1.pdf\" download=\"\">\u0417\u0430\u0432\u0430\u043d\u0442\u0430\u0436\u0438\u0442\u0438 \u0440\u0435\u0437\u044e\u043c\u0435<\/a><\/div><span>\u00a9 <!-- -->2026<!-- --> Anastasiia Riazanova<\/span><\/div><\/footer><\/div><\/template><template id=\"b2b-grid-en-aesthetic\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=RwQuX51tVPY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-epilation-laser-femme.jpg\" alt=\"Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=l2ZLJa_Gvq8\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Microcurrent Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-soin-visage-microcourants.jpg\" alt=\"Microcurrent Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Microcurrent Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=svB_GnVacFE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-epilation-laser-homme.jpg\" alt=\"Men\u2019s Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=oD-BDkY3_Qw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-soin-visage-homme.png\" alt=\"Men\u2019s Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=T5L6X9uUzZQ\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Facial Cleansing - YouTube\"><img alt=\"Facial Cleansing\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/06-nettoyage-visage.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Facial Cleansing<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=aFCCDfyWWQ4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Face Mask - YouTube\"><img alt=\"Face Mask\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/05-masque-visage.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Face Mask<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=XrFFcy9PWgQ\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Hydraskin Facial - YouTube\"><img alt=\"Hydraskin Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/09-soin-hydraskin.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Hydraskin Facial<\/h3><p>Aesthetics &amp; Technology<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=dw3xqgXvqLY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Facial Treatment with an Esthetician - YouTube\"><img alt=\"Facial Treatment with an Esthetician\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/07-soin-visage-estheticienne.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Facial Treatment with an Esthetician<\/h3><p>Aesthetics &amp; Technology<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=gLAgg--TlUw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Facial Radiofrequency - YouTube\"><img alt=\"Facial Radiofrequency\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/08-radiofrequence-visage.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Facial Radiofrequency<\/h3><p>Aesthetics &amp; Technology<\/p><\/div><\/article><\/template><template id=\"b2b-grid-en-massage\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=j8ZxpWXitxc\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Duo Massage - YouTube\"><img alt=\"Duo Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-massage-duo.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Duo Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=s5mZqGcEXhE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Four Hands Massage - YouTube\"><img alt=\"Four Hands Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-massage-4-mains.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Four Hands Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=Pw4IOGI1sEI\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Black Soap Ritual - YouTube\"><img alt=\"Black Soap Ritual\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-spa-savon-noir.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Black Soap Ritual<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=1IcjbATzFXM\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Spa Escape with Friends - YouTube\"><img alt=\"Spa Escape with Friends\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-spa-entre-amies.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Spa Escape with Friends<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=lmAkSp9JLgs\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Signature Body Massage - YouTube\"><img alt=\"Signature Body Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/05-massage-corps.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Signature Body Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=lmAkSp9JLgs\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Signature Facial Massage - YouTube\"><img alt=\"Signature Facial Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/06-massage-visage.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Signature Facial Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><\/template><template id=\"b2b-grid-en-beauty\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=8_JjQzvkIbI\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Duo Manicure - YouTube\"><img alt=\"Duo Manicure\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/47BD5E05-CF90-4C02-9E6D-C3D7EEAE4731.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Duo Manicure<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=Bh_-Osw1zKg\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Eyelash Extensions - YouTube\"><img alt=\"Eyelash Extensions\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/D34DF643-9514-4A17-BABA-5936052DA88A.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Eyelash Extensions<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=1jTWjX4R0E4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"A Beauty Outing with Friends - YouTube\"><img alt=\"A Beauty Outing with Friends\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/041E23C5-C790-40FC-9E00-8A28A6BAE7E2.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>A Beauty Outing with Friends<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=XMnFKejbK0c\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Manicure with Voice-over - YouTube\"><img alt=\"Men\u2019s Manicure with Voice-over\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/75488D04-1EBB-4440-93B5-C525ADD81B5C.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Manicure with Voice-over<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=YZHOzksWG10\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Women\u2019s Manicure Result - YouTube\"><img alt=\"Women\u2019s Manicure Result\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/EE6F83A5-000C-4C0B-9E61-2A3C4F3ACA90.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Women\u2019s Manicure Result<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=HJ6E0HReSoU\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Manicure - YouTube\"><img alt=\"Men\u2019s Manicure\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/F1606953-DB69-4FB5-8BAA-AB50F2169BB7.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Manicure<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><\/template><template id=\"b2b-grid-en-events\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=beE68uh8kC0\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Gaurav Gupta Backstage - YouTube\"><img alt=\"Gaurav Gupta Backstage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-gaurav-gupta-show.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Gaurav Gupta Backstage<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=YxXe7y8ilO4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Red Carpet Glam - YouTube\"><img alt=\"Red Carpet Glam\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-red-carpet-preparation.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Red Carpet Glam<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=gHxLcA4RQ2c\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Behind the Red Carpet - YouTube\"><img alt=\"Behind the Red Carpet\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-preparation-tapis-rouge.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Behind the Red Carpet<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=anfL4WX8KWM\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Paris Fashion Show - YouTube\"><img alt=\"Paris Fashion Show\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-paris-defile-fashion.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Paris Fashion Show<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><\/template><template id=\"b2b-grid-fr-aesthetic\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=RwQuX51tVPY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"\u00c9pilation Laser - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-epilation-laser-femme.jpg\" alt=\"\u00c9pilation Laser\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>\u00c9pilation Laser<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=l2ZLJa_Gvq8\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Soin du visage par microcourants - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-soin-visage-microcourants.jpg\" alt=\"Soin du visage par microcourants\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Soin du visage par microcourants<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=svB_GnVacFE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"\u00c9pilation Laser Homme - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-epilation-laser-homme.jpg\" alt=\"\u00c9pilation Laser Homme\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>\u00c9pilation Laser Homme<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=oD-BDkY3_Qw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Soin du visage pour homme - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-soin-visage-homme.png\" alt=\"Soin du visage pour homme\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Soin du visage pour homme<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=T5L6X9uUzZQ\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Nettoyage du visage - YouTube\"><img alt=\"Nettoyage du visage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/06-nettoyage-visage.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Nettoyage du visage<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=aFCCDfyWWQ4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Masque visage - YouTube\"><img alt=\"Masque visage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/05-masque-visage.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Masque visage<\/h3><p>M\u00e9decine esth\u00e9tique<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=XrFFcy9PWgQ\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Soin Hydraskin - YouTube\"><img alt=\"Soin Hydraskin\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/09-soin-hydraskin.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Soin Hydraskin<\/h3><p>Esth\u00e9tique &amp; technologies<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=dw3xqgXvqLY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Soin du visage avec une esth\u00e9ticienne - YouTube\"><img alt=\"Soin du visage avec une esth\u00e9ticienne\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/07-soin-visage-estheticienne.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Soin du visage avec une esth\u00e9ticienne<\/h3><p>Esth\u00e9tique &amp; technologies<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=gLAgg--TlUw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Radiofr\u00e9quence visage - YouTube\"><img alt=\"Radiofr\u00e9quence visage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/08-radiofrequence-visage.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Radiofr\u00e9quence visage<\/h3><p>Esth\u00e9tique &amp; technologies<\/p><\/div><\/article><\/template><template id=\"b2b-grid-fr-massage\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=j8ZxpWXitxc\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Duo Massage - YouTube\"><img alt=\"Duo Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-massage-duo.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Duo Massage<\/h3><p>Massage &amp; Bien-\u00eatre<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=s5mZqGcEXhE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Four Hands Massage - YouTube\"><img alt=\"Four Hands Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-massage-4-mains.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Four Hands Massage<\/h3><p>Massage &amp; Bien-\u00eatre<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=Pw4IOGI1sEI\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Black Soap Ritual - YouTube\"><img alt=\"Black Soap Ritual\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-spa-savon-noir.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Black Soap Ritual<\/h3><p>Massage &amp; Bien-\u00eatre<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=1IcjbATzFXM\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Spa Escape with Friends - YouTube\"><img alt=\"Spa Escape with Friends\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-spa-entre-amies.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Spa Escape with Friends<\/h3><p>Massage &amp; Bien-\u00eatre<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=lmAkSp9JLgs\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Signature Body Massage - YouTube\"><img alt=\"Signature Body Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/05-massage-corps.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Signature Body Massage<\/h3><p>Massage &amp; Bien-\u00eatre<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=lmAkSp9JLgs\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Signature Facial Massage - YouTube\"><img alt=\"Signature Facial Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/06-massage-visage.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Signature Facial Massage<\/h3><p>Massage &amp; Bien-\u00eatre<\/p><\/div><\/article><\/template><template id=\"b2b-grid-fr-beauty\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=8_JjQzvkIbI\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Manucure en duo - YouTube\"><img alt=\"Manucure en duo\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/47BD5E05-CF90-4C02-9E6D-C3D7EEAE4731.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Manucure en duo<\/h3><p>Beaut\u00e9 &amp; Onglerie<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=Bh_-Osw1zKg\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Extensions de cils - YouTube\"><img alt=\"Extensions de cils\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/D34DF643-9514-4A17-BABA-5936052DA88A.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Extensions de cils<\/h3><p>Beaut\u00e9 &amp; Onglerie<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=1jTWjX4R0E4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Une sortie beaut\u00e9 entre amies - YouTube\"><img alt=\"Une sortie beaut\u00e9 entre amies\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/041E23C5-C790-40FC-9E00-8A28A6BAE7E2.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Une sortie beaut\u00e9 entre amies<\/h3><p>Beaut\u00e9 &amp; Onglerie<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=XMnFKejbK0c\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Manucure homme avec voix off - YouTube\"><img alt=\"Manucure homme avec voix off\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/75488D04-1EBB-4440-93B5-C525ADD81B5C.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Manucure homme avec voix off<\/h3><p>Beaut\u00e9 &amp; Onglerie<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=YZHOzksWG10\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"R\u00e9sultat manucure femme - YouTube\"><img alt=\"R\u00e9sultat manucure femme\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/EE6F83A5-000C-4C0B-9E61-2A3C4F3ACA90.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>R\u00e9sultat manucure femme<\/h3><p>Beaut\u00e9 &amp; Onglerie<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=HJ6E0HReSoU\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Manucure homme - YouTube\"><img alt=\"Manucure homme\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/F1606953-DB69-4FB5-8BAA-AB50F2169BB7.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Manucure homme<\/h3><p>Beaut\u00e9 &amp; Onglerie<\/p><\/div><\/article><\/template><template id=\"b2b-grid-fr-events\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=beE68uh8kC0\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Gaurav Gupta Backstage - YouTube\"><img alt=\"Gaurav Gupta Backstage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-gaurav-gupta-show.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Gaurav Gupta Backstage<\/h3><p>\u00c9v\u00e9nements &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=YxXe7y8ilO4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Red Carpet Glam - YouTube\"><img alt=\"Red Carpet Glam\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-red-carpet-preparation.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Red Carpet Glam<\/h3><p>\u00c9v\u00e9nements &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=gHxLcA4RQ2c\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Behind the Red Carpet - YouTube\"><img alt=\"Behind the Red Carpet\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-preparation-tapis-rouge.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Behind the Red Carpet<\/h3><p>\u00c9v\u00e9nements &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=anfL4WX8KWM\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Paris Fashion Show - YouTube\"><img alt=\"Paris Fashion Show\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-paris-defile-fashion.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Paris Fashion Show<\/h3><p>\u00c9v\u00e9nements &amp; Lifestyle<\/p><\/div><\/article><\/template><template id=\"b2b-grid-uk-aesthetic\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=RwQuX51tVPY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-epilation-laser-femme.jpg\" alt=\"Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=l2ZLJa_Gvq8\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Microcurrent Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-soin-visage-microcourants.jpg\" alt=\"Microcurrent Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Microcurrent Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=svB_GnVacFE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Laser Hair Removal - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-epilation-laser-homme.jpg\" alt=\"Men\u2019s Laser Hair Removal\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Laser Hair Removal<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=oD-BDkY3_Qw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Facial - YouTube\"><img src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-soin-visage-homme.png\" alt=\"Men\u2019s Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Facial<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=T5L6X9uUzZQ\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Facial Cleansing - YouTube\"><img alt=\"Facial Cleansing\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/06-nettoyage-visage.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Facial Cleansing<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=aFCCDfyWWQ4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Face Mask - YouTube\"><img alt=\"Face Mask\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/05-masque-visage.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Face Mask<\/h3><p>Aesthetic Medicine<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=XrFFcy9PWgQ\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Hydraskin Facial - YouTube\"><img alt=\"Hydraskin Facial\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/09-soin-hydraskin.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Hydraskin Facial<\/h3><p>Aesthetics &amp; Technology<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=dw3xqgXvqLY\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Facial Treatment with an Esthetician - YouTube\"><img alt=\"Facial Treatment with an Esthetician\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/07-soin-visage-estheticienne.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Facial Treatment with an Esthetician<\/h3><p>Aesthetics &amp; Technology<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=gLAgg--TlUw\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Facial Radiofrequency - YouTube\"><img alt=\"Facial Radiofrequency\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/08-radiofrequence-visage.jpg.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Facial Radiofrequency<\/h3><p>Aesthetics &amp; Technology<\/p><\/div><\/article><\/template><template id=\"b2b-grid-uk-massage\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=j8ZxpWXitxc\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Duo Massage - YouTube\"><img alt=\"Duo Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/01-massage-duo.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Duo Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=s5mZqGcEXhE\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Four Hands Massage - YouTube\"><img alt=\"Four Hands Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/02-massage-4-mains.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Four Hands Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=Pw4IOGI1sEI\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Black Soap Ritual - YouTube\"><img alt=\"Black Soap Ritual\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/03-spa-savon-noir.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Black Soap Ritual<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=1IcjbATzFXM\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Spa Escape with Friends - YouTube\"><img alt=\"Spa Escape with Friends\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/04-spa-entre-amies.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Spa Escape with Friends<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=lmAkSp9JLgs\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Signature Body Massage - YouTube\"><img alt=\"Signature Body Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/05-massage-corps.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Signature Body Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=lmAkSp9JLgs\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Signature Facial Massage - YouTube\"><img alt=\"Signature Facial Massage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/06-massage-visage.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Signature Facial Massage<\/h3><p>Massage &amp; Wellbeing<\/p><\/div><\/article><\/template><template id=\"b2b-grid-uk-beauty\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=8_JjQzvkIbI\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Duo Manicure - YouTube\"><img alt=\"Duo Manicure\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/47BD5E05-CF90-4C02-9E6D-C3D7EEAE4731.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Duo Manicure<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=Bh_-Osw1zKg\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Eyelash Extensions - YouTube\"><img alt=\"Eyelash Extensions\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/D34DF643-9514-4A17-BABA-5936052DA88A.jpg\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Eyelash Extensions<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=1jTWjX4R0E4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"A Beauty Outing with Friends - YouTube\"><img alt=\"A Beauty Outing with Friends\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/041E23C5-C790-40FC-9E00-8A28A6BAE7E2.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>A Beauty Outing with Friends<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=XMnFKejbK0c\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Manicure with Voice-over - YouTube\"><img alt=\"Men\u2019s Manicure with Voice-over\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/75488D04-1EBB-4440-93B5-C525ADD81B5C.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Manicure with Voice-over<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=YZHOzksWG10\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Women\u2019s Manicure Result - YouTube\"><img alt=\"Women\u2019s Manicure Result\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/EE6F83A5-000C-4C0B-9E61-2A3C4F3ACA90.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Women\u2019s Manicure Result<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=HJ6E0HReSoU\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Men\u2019s Manicure - YouTube\"><img alt=\"Men\u2019s Manicure\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/F1606953-DB69-4FB5-8BAA-AB50F2169BB7.PNG\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Men\u2019s Manicure<\/h3><p>Beauty &amp; Nails<\/p><\/div><\/article><\/template><template id=\"b2b-grid-uk-events\"><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=beE68uh8kC0\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Gaurav Gupta Backstage - YouTube\"><img alt=\"Gaurav Gupta Backstage\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-gaurav-gupta-show.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Gaurav Gupta Backstage<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=YxXe7y8ilO4\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Red Carpet Glam - YouTube\"><img alt=\"Red Carpet Glam\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-red-carpet-preparation.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Red Carpet Glam<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=gHxLcA4RQ2c\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Behind the Red Carpet - YouTube\"><img alt=\"Behind the Red Carpet\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-preparation-tapis-rouge.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Behind the Red Carpet<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><article class=\"portfolio-card\"><a class=\"portfolio-media\" href=\"https:\/\/www.youtube.com\/watch?v=anfL4WX8KWM\" target=\"_blank\" rel=\"noreferrer\" aria-label=\"Paris Fashion Show - YouTube\"><img alt=\"Paris Fashion Show\" loading=\"lazy\" decoding=\"async\" data-parallax=\"0.06\" src=\"https:\/\/contentbyanastasiia.com\/wp-content\/themes\/hello-elementor\/cover-paris-defile-fashion.png\"><span class=\"play-button\" aria-hidden=\"true\">\u25b6<\/span><\/a><div><h3>Paris Fashion Show<\/h3><p>Events &amp; Lifestyle<\/p><\/div><\/article><\/template><script>(function(){var lang=new URLSearchParams(location.search).get('page_lang')||'en';if(['en','fr','uk'].indexOf(lang)<0)lang='en';var root=document.getElementById('b2b-root');root.innerHTML=document.getElementById('b2b-'+lang).innerHTML;root.setAttribute('lang',lang);(function(){var sections=[].slice.call(root.querySelectorAll('[data-scroll-reveal]'));var reduce=window.matchMedia('(prefers-reduced-motion: reduce)').matches;if(reduce||!('IntersectionObserver' in window)){sections.forEach(function(el){el.classList.add('scroll-reveal-visible')});return}sections.forEach(function(el){el.classList.add('scroll-reveal-pending')});var observer=new IntersectionObserver(function(entries){entries.forEach(function(entry){if(entry.isIntersecting){entry.target.classList.add('scroll-reveal-visible');observer.unobserve(entry.target)}})},{threshold:0.12,rootMargin:'0px 0px -7% 0px'});sections.forEach(function(el){observer.observe(el)});var frame=0;function updateParallax(){if(frame)return;frame=window.requestAnimationFrame(function(){frame=0;var h=window.innerHeight;var compact=window.matchMedia('(max-width: 820px)').matches;var max=compact?6:18;var multiplier=compact?60:112;[].slice.call(root.querySelectorAll('[data-parallax]')).forEach(function(el){var n=parseFloat(el.getAttribute('data-parallax'));var weight=isFinite(n)?n:(compact?0.05:0.09);var rect=el.getBoundingClientRect();var distance=(h\/2-(rect.top+rect.height\/2))\/h;var offset=Math.max(-max,Math.min(max,distance*multiplier*weight));el.style.setProperty('--parallax-y',offset.toFixed(2)+'px')})})}updateParallax();window.addEventListener('scroll',updateParallax,{passive:true});window.addEventListener('resize',updateParallax)})();var themes=[].slice.call(root.querySelectorAll('.portfolio-theme-card'));var cats=['aesthetic','massage','beauty','events'];var results=root.querySelector('.portfolio-results');var grid=root.querySelector('.portfolio-grid');var more=document.createElement('button');more.type='button';more.className='button button-outline show-more';more.setAttribute('aria-expanded','false');results.appendChild(more);var labels={en:['View more work','Show less'],fr:['Voir plus de r\u00e9alisations','R\u00e9duire'],uk:['\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u0438 \u0431\u0456\u043b\u044c\u0448\u0435 \u0440\u043e\u0431\u0456\u0442','\u0417\u0433\u043e\u0440\u043d\u0443\u0442\u0438']}[lang];var current=null,expanded=false;function renderGrid(){grid.innerHTML=document.getElementById('b2b-grid-'+lang+'-'+current).innerHTML;var cards=[].slice.call(grid.querySelectorAll('.portfolio-card'));cards.forEach(function(card,i){card.hidden=expanded?false:i>=4});more.textContent=labels[expanded?1:0];more.setAttribute('aria-expanded',String(expanded));more.style.display=cards.length>4?'inline-flex':'none';results.hidden=false;}themes.forEach(function(button,i){button.addEventListener('click',function(){themes.forEach(function(x){x.classList.remove('active')});button.classList.add('active');current=cats[i];expanded=false;renderGrid();results.scrollIntoView({behavior:'smooth',block:'start'})})});more.addEventListener('click',function(){expanded=!expanded;renderGrid()});var tabs=[].slice.call(root.querySelectorAll('.service-tab'));var panels=[].slice.call(root.querySelectorAll('.service-panel'));function selectTab(i){tabs.forEach(function(t,j){var on=i===j;t.classList.toggle('active',on);t.setAttribute('aria-selected',String(on));t.setAttribute('aria-expanded',String(on));t.tabIndex=on?0:-1});panels.forEach(function(p,j){p.hidden=i!==j})}tabs.forEach(function(tab,i){tab.addEventListener('click',function(){selectTab(i)});tab.addEventListener('keydown',function(e){var next=i;if(e.key==='ArrowRight'||e.key==='ArrowDown')next=(i+1)%tabs.length;if(e.key==='ArrowLeft'||e.key==='ArrowUp')next=(i-1+tabs.length)%tabs.length;if(e.key==='Home')next=0;if(e.key==='End')next=tabs.length-1;if(next!==i){e.preventDefault();selectTab(next);tabs[next].focus()}})});var form=root.querySelector('#project-form');var select=form.querySelector('select[name=service]');[].slice.call(root.querySelectorAll('.service-card')).forEach(function(card,i){var button=card.querySelector('button');if(button)button.addEventListener('click',function(){select.selectedIndex=i;form.scrollIntoView({behavior:'smooth',block:'start'})})});form.addEventListener('submit',function(e){e.preventDefault();var data=new FormData(form);var subject=(data.get('brand')||data.get('name')||'Brand')+' - '+(data.get('service')||'Project enquiry');var labels=[].slice.call(form.querySelectorAll('.form-grid label span')).map(function(x){return x.textContent.trim()});var keys=['name','brand','email','website','service','budget'];var lines=keys.map(function(k,i){return (labels[i]||k)+': '+(data.get(k)||'')});lines.push('');lines.push((labels[6]||'Project description')+':');lines.push(data.get('description')||'');location.href='mailto:contentbyanastasiia.paris@gmail.com?subject='+encodeURIComponent(subject)+'&body='+encodeURIComponent(lines.join('\\n'))});})();<\/script>\n\n<style id=\"b2b-readable-type-fix\">\n.brands-page .about-copy>p{font-size:16px!important;line-height:1.7!important}\n.brands-page .stat-card p{font-size:13px!important;line-height:1.5!important}\n.brands-page .featured-case-text{font-size:14px!important;line-height:1.65!important}\n.brands-page .pricing-intro>p,\n.brands-page .testimonials-heading>p,\n.brands-page .faq-intro,\n.brands-page .contact-copy>p{font-size:15px!important;line-height:1.65!important}\n.brands-page .service-category-intro{font-size:14px!important;line-height:1.6!important}\n.brands-page .service-card h3{font-size:28px!important;line-height:1.12!important}\n.brands-page .service-subtitle,\n.brands-page .service-description{font-size:14px!important;line-height:1.65!important}\n.brands-page .service-result,\n.brands-page .service-note{font-size:13px!important;line-height:1.55!important}\n.brands-page .testi-text{font-size:15px!important;line-height:1.6!important}\n.brands-page .faq-card h3{font-size:17px!important;line-height:1.3!important}\n.brands-page .faq-card p{font-size:14px!important;line-height:1.6!important}\n@media(max-width:680px){\n .brands-page .about-copy>p,\n .brands-page .pricing-intro>p,\n .brands-page .testimonials-heading>p,\n .brands-page .contact-copy>p{font-size:15px!important}\n .brands-page .service-card h3{font-size:26px!important}\n}\n<\/style>","protected":false},"excerpt":{"rendered":"<p>Content by Anastasiia AboutPortfolioPricingContact FRENUK CONTENT CREATOR &amp; CREATIVE STRATEGIST \u00b7 PARIS Content your brand can actually use. Social-first photo and video production in Paris and across France, created for your social media and digital platforms. Find the right serviceView examples About Content creation, strategy and creative direction. I\u2019m Anastasiia, a Paris-based Content Creator and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-473","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/pages\/473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/comments?post=473"}],"version-history":[{"count":16,"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/pages\/473\/revisions"}],"predecessor-version":[{"id":632,"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/pages\/473\/revisions\/632"}],"wp:attachment":[{"href":"https:\/\/contentbyanastasiia.com\/en\/wp-json\/wp\/v2\/media?parent=473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}