.ods-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.6rem;border-radius:var(--radius-pill);font-family:var(--font-sans);font-weight:600;font-size:.95rem;line-height:1;transition:all .2s;cursor:pointer;border:none;text-decoration:none}.ods-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.ods-btn--gold{background:var(--gold);color:var(--ink)}.ods-btn--gold:not(:disabled):hover{background:var(--gold-deep);transform:translateY(-1px)}.ods-btn--teal{background:var(--teal);color:#fff}.ods-btn--teal:not(:disabled):hover{background:var(--teal-dark)}.ods-btn--ghost{background:transparent;color:var(--teal);border:1.5px solid var(--teal)}.ods-btn--ghost:not(:disabled):hover{background:var(--teal);color:#fff}.ods-btn--ghost-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.5)}.ods-btn--ghost-light:not(:disabled):hover{background:#fff;color:var(--teal)}@media(max-width:720px){.ods-btn{min-height:44px}}.ods-badge{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-weight:600;line-height:1}.ods-badge--eyebrow{font-size:.72rem;letter-spacing:.15em;text-transform:uppercase;color:var(--teal)}.ods-badge--eyebrow.ods-badge--gold{color:var(--gold-deep)}.ods-badge--eyebrow:before{content:"●";color:var(--gold);font-size:1rem;line-height:0}.ods-badge--pill{padding:.35rem .8rem;border-radius:var(--radius-pill);font-size:.75rem;background:var(--bg-soft);color:var(--ink)}.ods-badge--pill.ods-badge--gold{background:var(--gold);color:var(--ink)}.ods-badge--pill.ods-badge--teal{background:var(--teal);color:#fff}.ods-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden}.ods-card--interactive{cursor:pointer;transition:transform .2s,box-shadow .2s}.ods-card--interactive:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.ods-card--flat{box-shadow:none}.ods-card__media{position:relative;overflow:hidden;background:var(--bg-soft)}.ods-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.ods-card--interactive:hover .ods-card__media img{transform:scale(1.05)}.ods-card__body{padding:1.5rem}.ods-card__body h3{margin-bottom:.5rem}.ods-card__body p{color:var(--body);font-size:.92rem;line-height:1.6}.ods-field{display:flex;flex-direction:column}.ods-field__label{font-family:var(--font-sans);font-size:.78rem;font-weight:600;color:var(--ink);margin-bottom:.4rem;letter-spacing:.04em}.ods-field__control{padding:.8rem 1rem;border:1.5px solid var(--line);border-radius:var(--radius);font-family:var(--font-sans);font-size:.92rem;color:var(--ink);background:var(--bg-soft);transition:border-color .2s,background .2s}.ods-field__control::placeholder{color:var(--muted)}.ods-field__control:focus{outline:none;border-color:var(--teal);background:#fff}textarea.ods-field__control{min-height:80px;resize:vertical;line-height:1.5}.ods-field--error .ods-field__control{border-color:var(--gold-deep)}.ods-field__hint{font-size:.74rem;color:var(--muted);margin-top:.35rem}.ods-field--error .ods-field__hint{color:var(--gold-deep)}.ods-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);transition:all .2s}.ods-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.ods-nav__logo{display:flex;align-items:center;gap:.65rem;line-height:1.05;flex-shrink:0}.ods-nav__logo-dot{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-deep) 100%);box-shadow:0 2px 8px #f0b33c66;flex-shrink:0}.ods-nav__logo-text{display:flex;flex-direction:column}.ods-nav__logo-text strong{font-weight:700;font-size:1.05rem;color:var(--ink);letter-spacing:-.01em;white-space:nowrap;line-height:1.1}.ods-nav__logo-text strong span{color:var(--teal)}.ods-nav__logo-text small{font-weight:500;font-size:.58rem;color:var(--muted);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;line-height:1.2}.ods-nav__menu{display:flex;gap:1.5rem;list-style:none;align-items:center;margin:0}.ods-nav__menu li{white-space:nowrap}.ods-nav__link{color:var(--ink);font-weight:500;font-size:.9rem;transition:color .2s;white-space:nowrap;cursor:pointer}.ods-nav__link:hover{color:var(--gold-deep)}.ods-nav__cta{background:var(--teal);color:#fff;padding:.65rem 1.2rem;border-radius:var(--radius-pill);font-weight:600;font-size:.88rem;transition:all .2s;white-space:nowrap;border:none;cursor:pointer}.ods-nav__cta:hover{background:var(--teal-dark)}.ods-nav__burger{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.ods-nav__burger-bar{display:block;width:22px;height:2px;background:var(--ink);margin:4px 0;transition:all .2s}.ods-nav__drawer{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#fff;padding:1.25rem var(--gutter) 2rem;overflow-y:auto;flex-direction:column;gap:.25rem}.ods-nav__drawer--open{display:flex}.ods-nav__drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;margin-bottom:.75rem;border-bottom:1px solid var(--line)}.ods-nav__drawer-close{background:none;border:none;cursor:pointer;font-size:1.25rem;line-height:1;color:var(--ink);padding:.5rem}.ods-nav__drawer-link{display:block;padding:.95rem .25rem;font-size:1.05rem;font-weight:500;color:var(--ink);border-bottom:1px solid var(--line)}.ods-nav__drawer-link:hover{color:var(--gold-deep)}.ods-nav__drawer-cta{margin-top:1.25rem;text-align:center}@media(max-width:860px){.ods-nav__menu{display:none}.ods-nav__burger{display:block}}@media(min-width:861px){.ods-nav__drawer{display:none}}.ods-hero{padding:calc(90px + 3rem) 0 5rem;background:linear-gradient(180deg,#fff 0%,var(--bg-soft) 100%);position:relative;overflow:hidden}.ods-hero__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:center}.ods-hero__grid--text-only{grid-template-columns:1fr;max-width:720px}.ods-hero__eyebrow,.ods-hero__title{margin-bottom:1.5rem}.ods-hero__title .ods-hero__accent{display:block;color:var(--teal);font-style:italic}.ods-hero__lead{font-size:1.1rem;line-height:1.65;color:var(--body);margin-bottom:2rem;max-width:540px}.ods-hero__cta-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:2.5rem}.ods-hero__trust{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:2rem;border-top:1px solid var(--line);font-size:.85rem;color:var(--muted)}.ods-hero__trust strong{color:var(--ink);font-weight:600}.ods-hero__visual{position:relative;width:100%;max-width:480px;height:560px;margin-left:auto}.ods-hero__visual-main{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 30px 60px #1f4e5c40;background:linear-gradient(135deg,var(--teal) 0%,var(--gold) 100%)}.ods-hero__visual-main img{width:100%;height:100%;object-fit:cover}@media(max-width:860px){.ods-hero__grid{grid-template-columns:1fr;gap:2.5rem}.ods-hero__visual{height:360px;margin:0 auto}}.ods-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#163b46c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:4vh 1rem;overflow-y:auto;animation:ods-modal-fade .2s ease}.ods-modal{background:#fff;border-radius:var(--radius-lg);width:100%;max-width:520px;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:ods-modal-slide .25s ease}.ods-modal__header{background:var(--teal);color:#fff;padding:1.25rem 1.75rem;position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem}.ods-modal__header h3{color:#fff;font-size:1.15rem;margin:0}.ods-modal__close{background:#ffffff2e;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:1.1rem;line-height:1;cursor:pointer;flex-shrink:0;transition:background .2s}.ods-modal__close:focus-visible{outline:3px solid #fff;outline-offset:2px}.ods-modal__close:hover{background:#ffffff52}.ods-modal__body{padding:1.75rem}.ods-modal__body p{font-size:.9rem;color:var(--body);line-height:1.6}@keyframes ods-modal-slide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ods-modal-fade{0%{opacity:0}to{opacity:1}}.ods-skeleton{display:block;background:linear-gradient(90deg,var(--bg-soft) 25%,var(--line) 37%,var(--bg-soft) 63%);background-size:400% 100%;animation:ods-skeleton-shimmer 1.4s ease-in-out infinite}.ods-skeleton-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}@keyframes ods-skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(prefers-reduced-motion:reduce){.ods-skeleton{animation:none;background:var(--bg-soft)}}.ods-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;text-align:center;padding:3rem 1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.ods-state--error{border-color:#f0c9c0;background:#fcf6f4}.ods-state__icon{font-size:2rem;line-height:1}.ods-state__title{margin:0;font-weight:600;color:var(--ink)}.ods-state__desc{margin:0;max-width:42ch;color:var(--body);font-size:.92rem;line-height:1.6}.ods-state .ods-btn{margin-top:.25rem}.home-surface{background:var(--bg)}.home-accent{color:var(--teal);font-style:italic}.home-section{padding:5rem 0}.home-section-intro{max-width:780px;margin:0 auto 3rem;text-align:center}.home-section-intro h2{margin-top:1rem}.home-section-intro p{margin-top:1rem;color:var(--body)}.home-hero-visual{position:relative;width:100%;min-height:360px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--teal) 0%,var(--gold) 100%)}.home-hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg)}.home-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);pointer-events:none;background:linear-gradient(100deg,#1f4e5c6b,#1f4e5c29 38%,#1f4e5c00 68%)}.home-hero-card{position:absolute;display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-card-hover);padding:.85rem 1.1rem}.home-hero-card small{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.home-hero-card strong{color:var(--ink);font-size:.95rem}.home-hero-card-icon{font-size:1.4rem}.home-hero-card--teal{top:1.5rem;left:-.5rem}.home-hero-card--gold{bottom:1.5rem;right:-.5rem}.home-proof{padding:3rem 0;background:var(--bg-soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-press{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem 2rem;justify-content:center}.home-press-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.home-press-list{display:flex;flex-wrap:wrap;gap:1.25rem 2rem;list-style:none;justify-content:center}.home-press-list li{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:600;color:var(--teal-soft);opacity:.85}.home-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;text-align:center}.home-stat dt{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:var(--teal);line-height:1}.home-stat dt small{font-size:.9rem;font-weight:600;color:var(--gold-deep)}.home-stat dd{margin-top:.4rem;font-size:.85rem;color:var(--muted)}.home-stars{color:var(--gold);letter-spacing:.05em}.home-layers{background:var(--bg)}.home-layers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;align-items:stretch}.home-layer-card{display:flex;flex-direction:column;overflow:hidden;padding:0}.home-layer-photo{position:relative;height:160px;overflow:hidden}.home-layer-photo--teal{background:linear-gradient(135deg,var(--teal-soft),var(--teal-dark))}.home-layer-photo--gold{background:linear-gradient(135deg,var(--gold),var(--gold-deep))}.home-layer-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.home-layer-eyebrow{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-deep)}.home-layer-card h3{margin:.4rem 0}.home-layer-price{font-size:.9rem;color:var(--teal);margin-bottom:.75rem}.home-layer-desc{font-size:.92rem;color:var(--body)}.home-layer-example{margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--line);font-size:.82rem;color:var(--muted)}.home-layers-foot{margin-top:2.5rem;text-align:center;font-size:1.05rem;color:var(--body)}.home-layers-foot strong{color:var(--ink)}.home-locaux{background:var(--bg-soft)}.home-locaux-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.home-local-card{overflow:hidden;padding:0}.home-local-photo{position:relative;height:180px;overflow:hidden}.home-local-photo--teal{background:linear-gradient(135deg,var(--teal-soft),var(--teal))}.home-local-photo--gold{background:linear-gradient(135deg,var(--gold),var(--gold-deep))}.home-local-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.home-local-tier{position:absolute;top:.75rem;left:.75rem;z-index:1}.home-local-card h4{font-size:1.05rem;color:var(--ink)}.home-local-flag{font-style:normal}.home-local-city{font-size:.85rem;color:var(--muted);margin-top:.2rem}.home-local-specialty{font-size:.88rem;color:var(--body);margin-top:.4rem}.home-local-price{font-size:.85rem;color:var(--teal);margin-top:.6rem}.home-locaux-cta{text-align:center;margin-top:2.5rem}.home-devenir{padding:4rem 0;background-color:var(--bg-deep);background-image:linear-gradient(#082026d1,#082026e6),url(/images/experience-evening-scene.webp);background-image:linear-gradient(#082026d1,#082026e6),image-set(url(/images/experience-evening-scene.avif) type("image/avif"),url(/images/experience-evening-scene.webp) type("image/webp"));background-size:cover;background-position:center;color:#ffffffd9}.home-devenir-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:space-between}.home-devenir-text{max-width:640px}.home-devenir-text h3{color:#fff;margin:.75rem 0}.home-devenir-cta{flex-shrink:0}.home-final{padding:5rem 0;text-align:center;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%)}.home-final-inner{max-width:720px}.home-final h2{margin-top:1rem}.home-final p{margin-top:1rem;color:var(--body)}.home-final-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-top:2rem}.home-footer{padding:3rem 0;background:var(--teal-dark);color:#ffffffc7}.home-footer-brand strong{color:#fff;font-size:1.25rem}.home-footer-brand strong span{color:var(--gold)}.home-footer-brand small{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffff8c;margin-top:.2rem}.home-footer p{margin:1rem 0 1.5rem;max-width:520px;font-size:.9rem}.home-footer-links{display:flex;flex-wrap:wrap;gap:1rem 1.75rem}.home-footer-links a{font-size:.9rem;color:#ffffffc7;border-bottom:1px solid transparent;transition:border-color .15s}.home-footer-links a:hover{border-bottom-color:var(--gold)}@media(max-width:900px){.home-layers-grid{grid-template-columns:1fr}.home-locaux-grid,.home-stats{grid-template-columns:repeat(2,1fr)}.home-hero-visual{min-height:280px}}@media(max-width:600px){.home-section{padding:3.5rem 0}.home-locaux-grid{grid-template-columns:1fr}.home-devenir-inner{flex-direction:column;align-items:flex-start}.home-devenir-cta{width:100%;text-align:center}}.role-home{min-height:100vh;display:grid;place-items:center;padding:2rem 1.5rem;background:var(--bg-soft)}.role-home__card{width:100%;max-width:480px;text-align:center}.role-home__brand{font-weight:700;font-size:1.05rem;letter-spacing:.04em;color:var(--teal);margin-bottom:1rem}.role-home__brand span{color:var(--gold-deep)}.role-home__card h1{font-size:clamp(1.6rem,4vw,2.1rem);margin:.75rem 0 0}.role-home__lead{margin:.85rem 0 0;color:var(--body)}.role-home__meta{margin:1.25rem 0 0;font-size:.9rem;color:var(--muted)}.role-home__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.75rem}.route-fallback{min-height:100vh}.notfound{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--gutter);background:var(--bg-soft)}.notfound__card{max-width:540px;text-align:center}.notfound__code{font-size:clamp(4.5rem,18vw,8rem);font-weight:700;line-height:1;letter-spacing:-.04em;color:var(--teal)}.notfound__title{margin-top:.5rem;font-size:clamp(1.5rem,5vw,2.25rem);color:var(--ink)}.notfound__lead{margin-top:1rem;color:var(--body)}.notfound__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.notfound__tagline{margin-top:2rem;color:var(--gold);font-weight:600;font-size:.9rem}.consent-banner{position:fixed;inset:auto 0 0 0;z-index:1000;background:var(--bg-deep);color:#fff;box-shadow:0 -4px 24px #0000002e}.consent-banner-inner{max-width:var(--max-w);margin:0 auto;padding:1rem var(--gutter);display:flex;align-items:center;gap:1.5rem}.consent-banner-text{margin:0;flex:1;font-size:.875rem;line-height:1.5;color:#ffffffe0}.consent-banner-actions{display:flex;gap:.75rem;flex-shrink:0}@media(max-width:640px){.consent-banner-inner{flex-direction:column;align-items:stretch;gap:1rem}.consent-banner-actions{justify-content:flex-end}}.errbound{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--gutter);background:var(--bg-soft)}.errbound__card{max-width:540px;text-align:center}.errbound__title{font-size:clamp(1.5rem,5vw,2.25rem);color:var(--ink)}.errbound__lead{margin-top:1rem;color:var(--body)}.errbound__actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.errbound__tagline{margin-top:2rem;color:var(--gold);font-weight:600;font-size:.9rem}:root{--teal: #1f4e5c;--teal-soft: #3a6c7a;--teal-dark: #163b46;--gold: #f0b33c;--gold-deep: #d99c1c;--ink: #1a1a1a;--body: #4a4a4a;--muted: #8a8a8a;--line: #e8e8e8;--bg: #ffffff;--bg-soft: #f7f7f5;--bg-deep: #1a3742;--success: #2e7d32;--success-soft: #e6f4ea;--danger: #c93a3a;--danger-soft: #fdecea;--danger-deep: #a82a2a;--shadow-card: 0 4px 20px rgba(0, 0, 0, .06);--shadow-card-hover: 0 12px 30px rgba(0, 0, 0, .1);--radius: 18px;--radius-lg: 24px;--radius-pill: 100px;--max-w: 1240px;--gutter: clamp(1.25rem, 4vw, 3rem);--font-sans: "Poppins", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--body);background:var(--bg);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-sans);color:var(--ink);font-weight:700;line-height:1.15;letter-spacing:-.015em}h1{font-size:clamp(2.1rem,5vw,3.6rem)}h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}h3{font-size:clamp(1.15rem,2vw,1.4rem)}.ods-container{max-width:var(--max-w);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}:where(a,button,input,textarea,select,summary,[tabindex]):focus-visible{outline:3px solid var(--teal);outline-offset:2px}.ods-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{font-family:var(--font-sans);line-height:1.5;color:var(--ink);background-color:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh}
