{"id":689,"date":"2026-03-25T14:56:12","date_gmt":"2026-03-25T13:56:12","guid":{"rendered":"https:\/\/kellynauleau.com\/?page_id=689"},"modified":"2026-03-27T14:29:52","modified_gmt":"2026-03-27T13:29:52","slug":"destinations","status":"publish","type":"page","link":"https:\/\/kellynauleau.com\/en\/destinations\/","title":{"rendered":"Destinations"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"689\" class=\"elementor elementor-689\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6931827 e-con-full e-flex e-con e-parent\" data-id=\"6931827\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a04bc64 elementor-widget elementor-widget-html\" data-id=\"a04bc64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Kelly Nauleau \u2014 Destinations & Heritage<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Rufina:ital,wght@0,400;0,700;1,400&family=Poppins:wght@300;400;500&display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --ink: #222222;\n    --white: #ffffff;\n    --gray-light: #f5f4f2;\n    --gray-mid: #d0cdc8;\n    --gray-soft: #8a8880;\n    --serif: 'Rufina', Georgia, serif;\n    --sans: 'Poppins', sans-serif;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    background: var(--white);\n    color: var(--ink);\n    font-family: var(--sans);\n    font-weight: 300;\n    font-size: 16px;\n    line-height: 1.7;\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500\u2500 UTILS \u2500\u2500\u2500 *\/\n  .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }\n\n  \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n  .hero {\n    min-height: 100vh;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-left {\n    background: var(--ink);\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-start;\n    padding: 5rem 4rem 5rem 5rem;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-eyebrow {\n    font-family: var(--sans);\n    font-size: 0.65rem;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--gray-mid);\n    margin-bottom: 2.5rem;\n  }\n\n  .hero-title {\n    font-family: var(--serif);\n    font-size: clamp(2.8rem, 5vw, 4.5rem);\n    font-weight: 400;\n    line-height: 1.1;\n    color: var(--white);\n    margin-bottom: 1rem;\n  }\n\n\n  .hero-tagline {\n  font-family: var(--sans);\n  font-size: 1rem;\n  font-weight: 300;\n  font-style: normal;\n  color: var(--gray-mid);\n  margin-top: 1.2rem;\n  display: block;\n  letter-spacing: 0.05em;\n}\n\n  .hero-sub {\n    font-family: var(--sans);\n    font-size: 0.8rem;\n    font-weight: 300;\n    color: var(--gray-soft);\n    letter-spacing: 0.05em;\n    line-height: 1.6;\n    margin-top: 9rem;\n    max-width: 28ch;\n    border-left: 1px solid #444;\n    padding-left: 1.2rem;\n  }\n\n  .hero-right {\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-right-inner {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    flex-direction: column;\n  }\n  \n  .btn-cta {\n  display: inline-block;\n  width: fit-content;\n  margin-top: auto;\n  margin-left: auto;\n  font-family: var(--sans);\n  font-size: 0.75rem;\n  font-weight: 400;\n  letter-spacing: 0.15em;\n  text-transform: uppercase;\n  color: var(--white);\n  text-decoration: none;\n  border-bottom: 1px solid var(--gray-soft);\n  padding-bottom: 0.3rem;\n  transition: border-color 0.3s ease, color 0.3s ease;\n}\n\n.btn-cta:hover {\n  color: var(--gray-mid);\n  border-color: var(--gray-mid);\n}\n\n \/* Filmstrip horizontal scroll *\/\n.filmstrip {\n  flex: 1;\n  overflow: hidden;\n  position: relative;\n}\n\n.filmstrip-track {\n  display: flex;\n  flex-direction: row;\n  height: 100%;\n}\n\n@keyframes filmScroll {\n  0%   { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n.filmstrip-img {\n  width: 50vw;\n  height: 100%;\n  object-fit: cover;\n  flex-shrink: 0;\n  display: block;\n  filter: grayscale(100%) contrast(1.05);\n  border-right: 2px solid var(--white);\n}\n\n  \/* Hero number accent *\/\n  .hero-number {\n    position: absolute;\n    bottom: 3rem;\n    right: 2rem;\n    font-family: var(--serif);\n    font-size: 8rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.04);\n    line-height: 1;\n    z-index: 1;\n    pointer-events: none;\n    user-select: none;\n  }\n\n  \/* \u2500\u2500\u2500 PROBLEM SECTION \u2500\u2500\u2500 *\/\n  .problem {\n    padding: 8rem 5rem;\n    display: grid;\n    grid-template-columns: 1fr 1.2fr;\n    gap: 6rem;\n    align-items: center;\n    background: var(--white);\n  }\n\n  .problem-label {\n    font-family: var(--sans);\n    font-size: 0.65rem;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--gray-soft);\n    margin-bottom: 2rem;\n  }\n\n  .problem-statement {\n    font-family: var(--serif);\n    font-size: clamp(1.6rem, 3vw, 2.4rem);\n    font-weight: 400;\n    line-height: 1.25;\n    color: var(--ink);\n  }\n\n  .problem-statement em {\n    font-style: italic;\n    color: var(--gray-soft);\n  }\n\n  .problem-aside {\n    padding: 3rem;\n    background: var(--ink);\n    color: var(--white);\n    position: relative;\n  }\n\n  .problem-aside::before {\n    content: '\u2014';\n    font-family: var(--serif);\n    font-size: 2rem;\n    color: var(--gray-mid);\n    display: block;\n    margin-bottom: 1.5rem;\n  }\n\n  .problem-aside p {\n    font-family: var(--sans);\n    font-size: 0.9rem;\n    font-weight: 300;\n    line-height: 1.8;\n    color: var(--gray-mid);\n  }\n\n  .problem-aside strong {\n    color: var(--white);\n    font-weight: 500;\n  }\n\n  \/* \u2500\u2500\u2500 METHOD SECTION \u2500\u2500\u2500 *\/\n  .method {\n    background: var(--gray-light);\n    padding: 8rem 5rem;\n  }\n\n  .method-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .method-header {\n    display: grid;\n    grid-template-columns: 1fr 2fr;\n    gap: 4rem;\n    margin-bottom: 5rem;\n    align-items: start;\n  }\n\n  .method-title {\n    font-family: var(--serif);\n    font-size: clamp(2rem, 3.5vw, 3rem);\n    font-weight: 400;\n    line-height: 1.15;\n    color: var(--ink);\n    position: sticky;\n    top: 6rem;\n  }\n\n  .method-body p {\n    font-family: var(--sans);\n    font-size: 1rem;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1.5rem;\n  }\n\n  .method-body strong {\n    color: var(--ink);\n    font-weight: 500;\n  }\n\n  \/* \u2500\u2500\u2500 EXPERIENCE \u2500\u2500\u2500 *\/\n  .experience {\n    background: var(--ink);\n    padding: 8rem 5rem;\n    color: var(--white);\n  }\n\n  .exp-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .exp-label {\n    font-family: var(--sans);\n    font-size: 0.65rem;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--gray-soft);\n    margin-bottom: 5rem;\n  }\n\n  .exp-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 0;\n  }\n\n  .exp-item {\n    padding: 3rem 3rem 3rem 0;\n    border-left: 1px solid #333;\n    padding-left: 2.5rem;\n  }\n\n  .exp-item:first-child {\n    border-left: none;\n    padding-left: 0;\n  }\n\n  .exp-num {\n    font-family: var(--serif);\n    font-size: 3rem;\n    font-weight: 700;\n    color: #333;\n    line-height: 1;\n    margin-bottom: 1.5rem;\n  }\n\n  .exp-name {\n    font-family: var(--serif);\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: var(--white);\n    margin-bottom: 0.5rem;\n  }\n\n  .exp-role {\n    font-family: var(--sans);\n    font-size: 0.75rem;\n    font-weight: 300;\n    color: var(--gray-soft);\n    letter-spacing: 0.05em;\n    margin-bottom: 1rem;\n    text-transform: uppercase;\n  }\n\n  .exp-desc {\n    font-family: var(--sans);\n    font-size: 0.85rem;\n    font-weight: 300;\n    color: var(--gray-mid);\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500\u2500 DELIVERABLES \u2500\u2500\u2500 *\/\n  .deliverables {\n    padding: 8rem 5rem;\n    background: var(--white);\n  }\n\n  .del-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 6rem;\n    align-items: start;\n  }\n\n  .del-title {\n    font-family: var(--serif);\n    font-size: clamp(1.8rem, 3vw, 2.6rem);\n    font-weight: 400;\n    line-height: 1.2;\n    color: var(--ink);\n    position: sticky;\n    top: 6rem;\n  }\n\n  .del-list {\n    list-style: none;\n    counter-reset: del-counter;\n  }\n\n  .del-list li {\n    counter-increment: del-counter;\n    display: grid;\n    grid-template-columns: 2rem 1fr;\n    gap: 1.5rem;\n    padding: 2rem 0;\n    border-bottom: 1px solid var(--gray-light);\n    align-items: start;\n  }\n\n  .del-list li::before {\n    content: counter(del-counter, decimal-leading-zero);\n    font-family: var(--serif);\n    font-size: 0.75rem;\n    color: var(--gray-mid);\n    padding-top: 0.2rem;\n  }\n\n  .del-list li span {\n    font-family: var(--sans);\n    font-size: 0.9rem;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.6;\n  }\n\n  \/* \u2500\u2500\u2500 PORTRAIT + QUOTE \u2500\u2500\u2500 *\/\n  .portrait-section {\n    background: var(--gray-light);\n    padding: 0;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    min-height: 80vh;\n  }\n\n  .portrait-img-wrap {\n    overflow: hidden;\n    position: relative;\n  }\n\n  .portrait-img-wrap img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: top center;\n    filter: grayscale(100%) contrast(1.05);\n    display: block;\n  }\n\n  .portrait-content {\n    background: var(--ink);\n    padding: 6rem 5rem;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    position: relative;\n  }\n\n  .portrait-quote {\n    font-family: var(--serif);\n    font-size: clamp(1.5rem, 2.5vw, 2.2rem);\n    font-weight: 400;\n    font-style: italic;\n    color: var(--white);\n    line-height: 1.3;\n    margin-bottom: 3rem;\n  }\n\n  .portrait-bio {\n    font-family: var(--sans);\n    font-size: 0.85rem;\n    font-weight: 300;\n    color: var(--gray-soft);\n    line-height: 1.8;\n    margin-bottom: 2.5rem;\n  }\n\n  .portrait-bio strong {\n    color: var(--gray-mid);\n    font-weight: 400;\n  }\n\n  .portrait-sig {\n    width: 80px;\n    opacity: 0.6;\n    filter: invert(1);\n  }\n\n  \/* \u2500\u2500\u2500 NOT FOR \u2500\u2500\u2500 *\/\n  .not-for {\n    background: var(--white);\n    padding: 6rem 5rem;\n    border-top: 1px solid var(--gray-light);\n    border-bottom: 1px solid var(--gray-light);\n  }\n\n  .not-for-inner {\n    max-width: 700px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .not-for p {\n    font-family: var(--serif);\n    font-size: 1.1rem;\n    font-style: italic;\n    color: #888;\n    line-height: 1.7;\n  }\n\n  .not-for strong {\n    color: var(--ink);\n    font-style: normal;\n    font-weight: 700;\n  }\n\n  \/* \u2500\u2500\u2500 CTA \u2500\u2500\u2500 *\/\n  .cta-section {\n    background: var(--ink);\n    padding: 8rem 5rem;\n    color: var(--white);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-bg-text {\n    position: absolute;\n    bottom: -2rem;\n    right: -1rem;\n    font-family: var(--serif);\n    font-size: 18rem;\n    font-weight: 700;\n    color: rgba(255,255,255,0.03);\n    line-height: 1;\n    pointer-events: none;\n    user-select: none;\n    white-space: nowrap;\n  }\n\n  .cta-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1.2fr 1fr;\n    gap: 6rem;\n    align-items: start;\n    position: relative;\n    z-index: 2;\n  }\n\n  .cta-heading {\n    font-family: var(--serif);\n    font-size: clamp(2rem, 4vw, 3.5rem);\n    font-weight: 400;\n    line-height: 1.15;\n    color: var(--white);\n  }\n\n  .cta-heading em {\n    font-style: italic;\n    color: var(--gray-soft);\n  }\n\n  .cta-cards {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\n\n  .cta-card {\n    padding: 2.5rem;\n    border: 1px solid #333;\n    position: relative;\n    transition: border-color 0.3s ease;\n    cursor: pointer;\n    text-decoration: none;\n    display: block;\n    color: inherit;\n  }\n\n  .cta-card:hover { border-color: var(--gray-mid); }\n\n  .cta-card-label {\n    font-family: var(--sans);\n    font-size: 0.65rem;\n    font-weight: 500;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--gray-soft);\n    margin-bottom: 0.8rem;\n  }\n\n  .cta-card-title {\n    font-family: var(--serif);\n    font-size: 1.3rem;\n    font-weight: 400;\n    color: var(--white);\n    margin-bottom: 0.5rem;\n  }\n\n  .cta-card-price {\n    font-family: var(--sans);\n    font-size: 0.8rem;\n    font-weight: 300;\n    color: var(--gray-soft);\n    margin-bottom: 1rem;\n  }\n\n  .cta-card-desc {\n    font-family: var(--sans);\n    font-size: 0.82rem;\n    font-weight: 300;\n    color: #666;\n    line-height: 1.6;\n  }\n\n  .cta-card-arrow {\n    position: absolute;\n    top: 2.5rem;\n    right: 2.5rem;\n    font-size: 1.2rem;\n    color: #444;\n    transition: transform 0.3s ease, color 0.3s ease;\n  }\n\n  .cta-card:hover .cta-card-arrow {\n    transform: translate(4px, -4px);\n    color: var(--white);\n  }\n\n  .cta-card.primary {\n    background: var(--white);\n    border-color: var(--white);\n  }\n\n  .cta-card.primary .cta-card-label { color: #999; }\n  .cta-card.primary .cta-card-title { color: var(--ink); }\n  .cta-card.primary .cta-card-price { color: #888; }\n  .cta-card.primary .cta-card-desc { color: #666; }\n  .cta-card.primary .cta-card-arrow { color: #ccc; }\n  .cta-card.primary:hover { background: var(--gray-light); border-color: var(--gray-light); }\n  .cta-card.primary:hover .cta-card-arrow { color: var(--ink); }\n\n  \/* \u2500\u2500\u2500 FOOTER STRIP \u2500\u2500\u2500 *\/\n  .footer-strip {\n    background: var(--gray-light);\n    padding: 2rem 5rem;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n\n  .footer-strip a {\n    font-family: var(--sans);\n    font-size: 0.75rem;\n    font-weight: 300;\n    color: var(--gray-soft);\n    text-decoration: none;\n    letter-spacing: 0.05em;\n  }\n\n  .footer-strip a:hover { color: var(--ink); }\n\n  .footer-lang {\n    display: flex;\n    gap: 1.5rem;\n  }\n\n  \/* \u2500\u2500\u2500 SCROLL ANIMATIONS \u2500\u2500\u2500 *\/\n  .reveal {\n    opacity: 0;\n    transform: translateY(30px);\n    transition: opacity 0.8s ease, transform 0.8s ease;\n  }\n\n  .reveal.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .hero, .problem, .portrait-section, .del-inner, .cta-inner, .exp-grid {\n      grid-template-columns: 1fr;\n    }\n    .hero-left { min-height: 70vh; padding: 4rem 2.5rem; }\n    .hero-right { height: 50vh; }\n    .filmstrip-img { width: 100vw; }\n    .problem, .method, .experience, .deliverables, .cta-section, .not-for {\n      padding: 5rem 2.5rem;\n    }\n    .footer-strip { padding: 2rem 2.5rem; flex-direction: column; gap: 1rem; text-align: center; }\n    .exp-item { border-left: none; border-top: 1px solid #333; padding-left: 0; padding-top: 2rem; }\n    .exp-item:first-child { border-top: none; padding-top: 0; }\n    .portrait-content { padding: 4rem 2.5rem; }\n    .method-header { grid-template-columns: 1fr; gap: 2rem; }\n    .method-title { position: static; }\n    .del-title { position: static; }\n    .cta-bg-text { font-size: 8rem; }\n  }\n  \n  \/* Switcher TranslatePress \u2014 version int\u00e9gr\u00e9e *\/\n.trp-language-switcher-container {\n  position: fixed !important;\n  bottom: 1.5rem !important;\n  right: 1.5rem !important;\n  z-index: 999;\n}\n\n.trp-language-switcher {\n  background: var(--ink) !important;\n  border: 1px solid #333 !important;\n  border-radius: 0 !important;\n  padding: 0.4rem 0.9rem !important;\n  font-family: 'Poppins', sans-serif !important;\n  font-size: 0.65rem !important;\n  font-weight: 500 !important;\n  letter-spacing: 0.15em !important;\n  text-transform: uppercase !important;\n  color: var(--gray-soft) !important;\n  box-shadow: none !important;\n}\n\n.trp-language-switcher:hover {\n  border-color: var(--gray-mid) !important;\n  color: var(--white) !important;\n}\n\n.trp-language-switcher a,\n.trp-language-switcher span {\n  color: inherit !important;\n  font-size: inherit !important;\n}\n\n\/* Masquer le drapeau si souhait\u00e9 *\/\n.trp-language-switcher img {\n  display: none !important;\n}\n\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 HERO \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"hero\">\n  <div class=\"hero-left\">\n    <p class=\"hero-eyebrow\">Kelly Nauleau \u2014 Narrative Strategy<\/p>\n    <h1 class=\"hero-title\">\n      You have a story that travels.    <\/h1>\n <span class=\"hero-tagline\">Make it speak to the right people.<\/span>\n    <p class=\"hero-sub\">Narrative strategy for cultural destinations, heritage sites, and independent hospitality.<\/p>\n    <a href=\"#contact\" class=\"btn-cta\">Start the conversation<\/a>\n    <div class=\"hero-number\" aria-hidden=\"true\"><\/div> \n  <\/div>\n\n  <div class=\"hero-right\">\n    <div class=\"hero-right-inner\">\n      <div class=\"filmstrip\">\n        <div class=\"filmstrip-track\" id=\"filmstripTrack\">\n  <!-- SET 1 -->\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL01782.jpg\" alt=\"Park Avenue NY\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00758.jpg\" alt=\"Chantilly Library\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/SPANISH_TOWN_US_LETTER%C2%A9KellyNauleau-scaled.jpg\" alt=\"Spanish Town\">\n<img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00611-2.jpg\" alt=\"Hotel de la Marine\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/SNOWY_COMMEMORATION_4x3%C2%A9KellyNauleau-scaled.jpg\" alt=\"Montreal snow\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/USATrip%C2%A9KellyNauleau-531.jpg\" alt=\"Tropical garden\">\n    <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00641.jpg\" alt=\"Bateau sur la Seine\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/Little_Italy_3x4%C2%A9KellyNauleau-scaled.jpg\" alt=\"Little Italy NYC\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00715.jpg\" alt=\"Ch\u00e2teau de Chantilly\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00699.jpg\" alt=\"\u00c9curies de Chantilly\">\n  <!-- SET 2 \u2014 copie exacte pour boucle infinie -->\n   <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL01782.jpg\" alt=\"Park Avenue NY\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00758.jpg\" alt=\"Chantilly Library\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/SPANISH_TOWN_US_LETTER%C2%A9KellyNauleau-scaled.jpg\" alt=\"Spanish Town\">\n<img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00611-2.jpg\" alt=\"Hotel de la Marine\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/SNOWY_COMMEMORATION_4x3%C2%A9KellyNauleau-scaled.jpg\" alt=\"Montreal snow\">\n <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/USATrip%C2%A9KellyNauleau-531.jpg\" alt=\"Tropical garden\">\n    <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00641.jpg\" alt=\"Bateau sur la Seine\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/Little_Italy_3x4%C2%A9KellyNauleau-scaled.jpg\" alt=\"Little Italy NYC\">\n  <img decoding=\"async\" class=\"filmstrip-img\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00715.jpg\" alt=\"Ch\u00e2teau de Chantilly\">\n  <img class=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/KEL00699.jpg\" alt=\"\u00c9curies de Chantilly\">\n<\/div>\n        <\/div>\n      <\/div>\n<\/div>\n<\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 PROBLEM \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"problem\">\n  <div class=\"reveal\">\n    <p class=\"problem-label\">The gap<\/p>\n    <h1 class=\"problem-statement\">\n      Your destination has a narrative.<br> But when you cross a border, <em>something gets lost in translation.<\/em><\/h1>\n  <\/div>\n  <div class=\"problem-aside reveal\">\n    <p>People don't book a destination, <strong>they book a sense of belonging.<\/strong> They seek authentic experiences <strong>to elevate their perspectives.<\/strong> Creating lasting memories, <strong>your brand plays a crucial role in this.<\/strong><br><br>\n    However, most destinations present one version and wonder why two markets don't convert.<br><br><strong>If your narrative isn't resonant, you aren't just losing bookings; you're losing your meaning.<\/strong><\/p>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 METHOD \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"method\">\n  <div class=\"method-inner\">\n    <div class=\"method-header\">\n      <h1 class=\"method-title reveal\">What I <br>actually do.<\/h1>\n      <div class=\"method-body reveal\">\n        <p>I help cultural destinations and independent hospitality brands identify <strong>what makes their story different<\/strong>, and translate it across markets without losing their uniqueness.<\/p>\n        <p>Having lived and worked across <strong>France, North &amp; Latin America and the UK<\/strong>, I understand how the same story lands differently depending on where it's told and<strong> how to close that gap through strategic positioning, editorial direction and cultural resonance.<\/strong><\/p><br><br>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 EXPERIENCE \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"experience\">\n  <div class=\"exp-inner\">\n    <p class=\"exp-label reveal\">Selected experience<\/p>\n    <div class=\"exp-grid\">\n      <div class=\"exp-item reveal\">\n        <div class=\"exp-name\">CINEMANIA French Film Festival<\/div>\n        <div class=\"exp-role\">Lead, Country in Focus Program<\/div>\n        <p class=\"exp-desc\">Francophone film festival, Montr\u00e9al. 20 films, 2 exhibitions, 40 guests. Institutional partnerships, editorial content, and media visibility across French and North American markets.<\/p>\n      <\/div>\n      <div class=\"exp-item reveal\">\n        <div class=\"exp-name\">Fontevraud Royal Abbey<\/div>\n        <div class=\"exp-role\">International Public Relations<\/div>\n        <p class=\"exp-desc\">One of France's most significant heritage sites. Cultural site, 4\u2605 hotel, 1\u2605 Michelin restaurant. French and international press, European and North American delegations.<\/p>\n      <\/div>\n      <div class=\"exp-item reveal\">\n        <div class=\"exp-name\">Cirque \u00c9loize<\/div>\n        <div class=\"exp-role\">Brand Positioning &amp; Content Strategy<\/div>\n        <p class=\"exp-desc\">Internationally touring performing arts company. Brand positioning and content strategy across digital platforms and international markets.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 DELIVERABLES \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"deliverables\">\n  <div class=\"del-inner\">\n    <h1 class=\"del-title reveal\">What you <br>leave with.<\/h1>\n    <ul class=\"del-list reveal\">\n      <li><span>A clear narrative direction for one or several target markets<\/span><\/li>\n      <li><span>A cultural reading of how your story lands and where it loses people<\/span><\/li>\n      <li><span>A framework to align your communications, editorial, and sales language<\/span><\/li>\n      <li><span>A first structure to brief your teams, agencies, or partners<\/span><\/li>\n    <\/ul>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 PORTRAIT \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"portrait-section\">\n  <div class=\"portrait-img-wrap\">\n    <img decoding=\"async\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/03\/kellynauleau.jpg\" alt=\"Kelly Nauleau\">\n  <\/div>\n  <div class=\"portrait-content\">\n    <blockquote class=\"portrait-quote reveal\">\n      \"Your story keeps you from being forgotten.\"\n    <\/blockquote>\n    <p class=\"portrait-bio reveal\">\n      <strong>Kelly Nauleau<\/strong> \u2014 narrative strategist and brand architect<br><br>What you hide is what connects you; every piece of your story holds more power than you think.<br><br> Formed through years of moving between cultures, languages, and identities \u2014 Europe, North and Latin America \u2014 I've learned to detect quickly the points of tension that distinguish one narrative from another.<br><br>My approach, <strong>The Unfolding Method<\/strong>is grounded in deep reading: revealing the patterns, contradictions, and truths that shape a story, then giving them structure and form.\n    <\/p>\n    <img decoding=\"async\" class=\"portrait-sig reveal\" src=\"https:\/\/kellynauleau.com\/wp-content\/uploads\/2026\/01\/Fichier-1.svg\" alt=\"Circle\">\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 NOT FOR \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"not-for reveal\">\n  <div class=\"not-for-inner\">\n    <p> <strong>This is not a content production or social media management service.<\/strong><br> It is a strategic narrative work for organisations ready to think differently about how they are perceived across markets.<\/p>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 CTA \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cta-section\" id=\"contact\">\n  <div class=\"cta-bg-text\" aria-hidden=\"true\">story<\/div>\n  <div class=\"cta-inner\">\n    <div class=\"reveal\">\n      <h2 class=\"cta-heading\">\n        Your market is<br>waiting for a story<br>it can <em>feel.<\/em>\n      <\/h2>\n    <\/div>\n    <div class=\"cta-cards reveal\">\n      <a href=\"https:\/\/tidycal.com\/1kg69gd\/narrative-discovery-call20260223152220\" class=\"cta-card primary\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"cta-card-label\">Start here<\/span>\n        <div class=\"cta-card-title\">Discovery Call<\/div>\n        <div class=\"cta-card-price\">20 min \u2014 Free<\/div>\n        <p class=\"cta-card-desc\">To understand your situation and explore what's possible together.<\/p>\n        <span class=\"cta-card-arrow\" aria-hidden=\"true\">\u2197<\/span>\n      <\/a>\n      <a href=\"https:\/\/tidycal.com\/1kg69gd\/narrative-discovery-call-clone20260223152220\" class=\"cta-card\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"cta-card-label\">Session<\/span>\n        <div class=\"cta-card-title\">Narrative Clarity Call<\/div>\n        <div class=\"cta-card-price\">90 min \u2014 \u20ac<\/div>\n        <p class=\"cta-card-desc\">A narrative reading to identify the gap between how you tell your story and how it lands across markets.<\/p>\n        <span class=\"cta-card-arrow\" aria-hidden=\"true\">\u2197<\/span>\n      <\/a>\n      <a href=\"mailto:hello@kellynauleau.com?subject=The%20Narrative%20Arc%20\u2014%20Mandate%20inquiry\"class=\"cta-card\" target=\"_blank\" rel=\"noopener\">\n        <span class=\"cta-card-label\">Full mandate<\/span>\n        <div class=\"cta-card-title\">The Narrative Arc<\/div>\n        <div class=\"cta-card-price\"> Tailor-made \u2014 from 1 month to long-term engagement<\/div>\n        <p class=\"cta-card-desc\">A complete strategic narrative engagement. Send a message to start the conversation.<\/p>\n        <span class=\"cta-card-arrow\" aria-hidden=\"true\">\u2197<\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 FOOTER STRIP \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<footer class=\"footer-strip\">\n  <div class=\"footer-lang\">\n    <a href=\"https:\/\/www.pinterest.com\/nomadlines\/\">nomadlines.co<\/a>\n    <a href=\"\/en\/destinations\/\"><\/a>\n  <\/div>\n  <a href=\"https:\/\/kellynauleau.com\/en\/\">kellynauleau.com<\/a>\n  <a>2026<\/a>\n<\/footer>\n\n<script>\n\/\/ \u2500\u2500 Scroll reveal \u2500\u2500\nconst reveals = document.querySelectorAll('.reveal');\nconst io = new IntersectionObserver((entries) => {\n  entries.forEach((e, i) => {\n    if (e.isIntersecting) {\n      setTimeout(() => e.target.classList.add('visible'), i * 80);\n      io.unobserve(e.target);\n    }\n  });\n}, { threshold: 0.12 });\nreveals.forEach(el => io.observe(el));\n\n\/\/ \u2500\u2500 Filmstrip \u2014 vitesse contr\u00f4l\u00e9e par la souris \u2500\u2500\nconst filmTrack = document.querySelector('.filmstrip-track');\nconst filmstrip = document.querySelector('.filmstrip');\n\nlet currentX = 0;\nlet speed = 0.8;\n\nfilmstrip.addEventListener('mousemove', (e) => {\n  const rect = filmstrip.getBoundingClientRect();\n  const relX = (e.clientX - rect.left) \/ rect.width;\n  speed = relX * 3;\n});\n\nfilmstrip.addEventListener('mouseleave', () => {\n  speed = 0.8;\n});\n\nfunction animateFilm() {\n  \/\/ Calcul\u00e9 \u00e0 chaque frame pour \u00eatre s\u00fbr que les images sont charg\u00e9es\n  const halfTrack = filmTrack.scrollWidth \/ 2;\n  if (halfTrack > 0) {\n    currentX += speed;\n    if (currentX >= halfTrack) currentX -= halfTrack;\n    if (currentX < 0) currentX += halfTrack;\n    filmTrack.style.transform = `translateX(-${currentX}px)`;\n  }\n  requestAnimationFrame(animateFilm);\n}\n\n\/\/ Attend que les images soient charg\u00e9es avant de d\u00e9marrer\nwindow.addEventListener('load', animateFilm);\n\n<\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Kelly Nauleau \u2014 Destinations &#038; Heritage Kelly Nauleau \u2014 Strat\u00e9gie Narrative Vous avez une histoire qui voyage. Faites-la parler aux bonnes personnes. Strat\u00e9gie narrative pour les destinations culturelles, les sites patrimoniaux et l&rsquo;h\u00f4tellerie ind\u00e9pendante. D\u00e9buter la conversation The gap Votre destination a une histoire. Mais lorsqu&rsquo;elle traverse une fronti\u00e8re, quelque chose se perd en chemin. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"iawp_total_views":26,"footnotes":""},"class_list":["post-689","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/pages\/689","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/comments?post=689"}],"version-history":[{"count":41,"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/pages\/689\/revisions"}],"predecessor-version":[{"id":913,"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/pages\/689\/revisions\/913"}],"wp:attachment":[{"href":"https:\/\/kellynauleau.com\/en\/wp-json\/wp\/v2\/media?parent=689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}