:root{--deepblue:#1b365d;--deepblue-darker:#15294a;--bluegrey:#7a8ba3;--stone:#d4c7b0;--stone-20:rgba(212, 199, 176, 0.2);--stone-30:rgba(212, 199, 176, 0.3);--stone-60:rgba(212, 199, 176, 0.6);--offwhite:#fcfaf7;--anthracite:#333333;--anthracite-70:rgba(51, 51, 51, 0.7);--anthracite-80:rgba(51, 51, 51, 0.8);--white:#ffffff;--white-5:rgba(255, 255, 255, 0.05);--white-10:rgba(255, 255, 255, 0.1);--white-20:rgba(255, 255, 255, 0.2);--white-40:rgba(255, 255, 255, 0.4);--white-60:rgba(255, 255, 255, 0.6);--white-80:rgba(255, 255, 255, 0.8);--white-90:rgba(255, 255, 255, 0.9);--gray-50:#f9fafb;--gray-100:#f3f4f6;--font-serif:'Playfair Display', ui-serif, Georgia, 'Times New Roman', serif;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.04);--shadow-2xl:0 25px 50px -12px rgba(0, 0, 0, 0.25);--radius-md:0.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--container:1280px;--container-px:clamp(1.25rem, 4vw, 3rem);--nav-height:80px}.ducey-home,.ducey-home body{margin:0;padding:0}.ducey-home{font-family:var(--font-sans);color:var(--anthracite);background-color:var(--offwhite);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;scroll-behavior:smooth;line-height:1.5}.ducey-home img{max-width:100%;height:auto;display:block}.ducey-home a{color:inherit;text-decoration:none}.ducey-home .duc-nav__cta,.ducey-home .duc-hero__cta,.ducey-home .duc-nav__mobile-cta{color:var(--white)}.ducey-home h1,.ducey-home h2,.ducey-home h3,.ducey-home h4{margin:0;font-family:var(--font-serif);line-height:1.2;color:var(--deepblue)}.ducey-home p{margin:0}.ducey-home ul{margin:0;padding:0;list-style:none}.ducey-home button{font:inherit;cursor:pointer;border:0;background:#fff0;padding:0;color:inherit}.ducey-home :focus-visible{outline:2px solid var(--deepblue);outline-offset:2px;border-radius:4px}.duc-container{width:100%;max-width:var(--container);margin:0 auto;padding-left:var(--container-px);padding-right:var(--container-px)}@keyframes ducFadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.js-enabled .duc-reveal.is-visible{animation:ducFadeInUp 0.6s ease-out both}.js-enabled .duc-stagger.is-visible .duc-stagger-item{animation:ducFadeInUp 0.6s ease-out both}.js-enabled .duc-stagger.is-visible .duc-stagger-item:nth-child(1){animation-delay:0.05s}.js-enabled .duc-stagger.is-visible .duc-stagger-item:nth-child(2){animation-delay:0.15s}.js-enabled .duc-stagger.is-visible .duc-stagger-item:nth-child(3){animation-delay:0.25s}.js-enabled .duc-stagger.is-visible .duc-stagger-item:nth-child(4){animation-delay:0.35s}@media (prefers-reduced-motion:reduce){.ducey-home,.ducey-home *{animation-duration:0s!important;transition-duration:0s!important;scroll-behavior:auto!important}}.duc-nav{position:fixed;top:0;left:0;width:100%;z-index:50;transition:background-color 0.3s ease,padding 0.3s ease,box-shadow 0.3s ease;padding:1.25rem 0;background:#fff0}.duc-nav.is-scrolled{background:var(--white-90);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-sm);padding:.75rem 0}.duc-nav__inner{display:flex;justify-content:space-between;align-items:center}.duc-nav__brand{font-family:var(--font-serif);font-weight:600;font-size:1.25rem;color:var(--deepblue)}@media (min-width:768px){.duc-nav__brand{font-size:1.5rem}}.duc-nav__toggle{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:var(--deepblue)}.duc-nav__toggle svg{width:28px;height:28px}.duc-nav__toggle .duc-icon-close{display:none}.duc-nav__toggle[aria-expanded="true"] .duc-icon-open{display:none}.duc-nav__toggle[aria-expanded="true"] .duc-icon-close{display:inline-block}.duc-nav__desktop{display:none}@media (min-width:768px){.duc-nav__toggle{display:none}.duc-nav__desktop{display:flex;align-items:center;gap:2rem}}.duc-nav__link{font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--anthracite);transition:color 0.2s ease}.duc-nav__link:hover{color:var(--bluegrey)}.duc-nav__cta{background:var(--deepblue);color:#fff;padding:.7rem 1.75rem;border-radius:var(--radius-full);font-size:.9375rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;box-shadow:var(--shadow-md);transition:background 0.2s ease,transform 0.2s ease}.duc-nav__cta:hover{background:var(--bluegrey)}.duc-nav__mobile{position:absolute;top:100%;left:0;width:100%;background:var(--white);border-top:1px solid var(--gray-100);box-shadow:var(--shadow-xl);padding:1.5rem;display:none;flex-direction:column;gap:1rem;animation:ducFadeInUp 0.2s ease-out}.duc-nav__mobile.is-open{display:flex}@media (min-width:768px){.duc-nav__mobile{display:none!important}}.duc-nav__mobile-link{font-size:1.125rem;font-weight:500;color:var(--anthracite);padding:.5rem 0;border-bottom:1px solid var(--gray-50)}.duc-nav__mobile-cta{background:var(--deepblue);color:var(--white);width:100%;text-align:center;padding:.75rem;border-radius:.5rem;font-weight:500}.duc-section{padding:6rem 0;scroll-margin-top:var(--nav-height)}.duc-section--white{background:var(--white)}.duc-section--offwhite{background:var(--offwhite)}.duc-section--deepblue{background:var(--deepblue);color:var(--white);position:relative;overflow:hidden}.duc-section--deepblue h2,.duc-section--deepblue h3{color:var(--white)}.duc-heading{margin-bottom:3rem}.duc-heading--center{text-align:center}.duc-heading__eyebrow{color:var(--bluegrey);font-weight:500;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;margin-bottom:.5rem}.duc-heading__title{font-size:clamp(1.875rem, 4vw, 2.5rem);font-weight:500;color:var(--deepblue);margin-bottom:1rem;line-height:1.2}.duc-heading__rule{height:4px;width:5rem;background:var(--stone)}.duc-heading--center .duc-heading__rule{margin-left:auto;margin-right:auto}.duc-hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:8rem 0 5rem;background:var(--stone-20)}.duc-hero__bg{position:absolute;inset:0;z-index:0;opacity:.1;background-image:radial-gradient(var(--deepblue) 1px,transparent 1px);background-size:20px 20px}.duc-hero__inner{position:relative;z-index:1;max-width:64rem;margin:0 auto}.duc-hero__title{font-size:clamp(2.25rem, 6vw, 3.75rem);font-weight:700;text-align:center;margin-bottom:2.5rem;line-height:1.15}.duc-hero__image{max-width:64rem;margin:0 auto 4rem;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-2xl);border:8px solid var(--white)}.duc-hero__image img{width:100%;aspect-ratio:16 / 9;object-fit:cover;transition:transform 1s ease}.duc-hero__image:hover img{transform:scale(1.05)}.duc-hero__cta-wrap{display:flex;justify-content:center}.duc-hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:var(--deepblue);color:#fff;padding:1.35rem 3.25rem;border-radius:var(--radius-full);font-family:var(--font-sans);font-size:1.125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--shadow-xl);transition:background 0.3s ease,color 0.3s ease,transform 0.15s ease}.duc-hero__cta:hover{background:var(--stone);color:var(--deepblue);transform:scale(1.05)}.duc-hero__cta:active{transform:scale(.97)}.duc-hero__cta svg{width:20px;height:20px}.duc-split{display:flex;flex-direction:column;align-items:center;gap:4rem}@media (min-width:1024px){.duc-split{flex-direction:row}.duc-split__col{flex:1 1 50%}.duc-split--left .duc-split__col:first-child{padding-right:2rem}.duc-split--left .duc-split__col:last-child{padding-left:2rem}}.duc-prose p{color:var(--anthracite-80);font-size:1.125rem;line-height:1.7}.duc-prose p+p{margin-top:1.5rem}.duc-decouvrir__media{position:relative}.duc-decouvrir__media-frame{position:relative;z-index:1;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-2xl)}.duc-decouvrir__media-frame img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform 0.7s ease}.duc-decouvrir__media-frame:hover img{transform:scale(1.05)}.duc-decouvrir__media::before,.duc-decouvrir__media::after{content:'';position:absolute;border-radius:50%;filter:blur(40px);z-index:0;pointer-events:none}.duc-decouvrir__media::before{bottom:-1.5rem;left:-1.5rem;width:12rem;height:12rem;background:var(--stone-30)}.duc-decouvrir__media::after{top:50%;right:-2rem;width:16rem;height:16rem;background:rgb(122 139 163 / .1)}.duc-cards-3{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:768px){.duc-cards-3{grid-template-columns:repeat(3,1fr)}}.duc-card{display:flex;flex-direction:column;background:var(--offwhite);border:1px solid var(--gray-100);border-radius:var(--radius-xl);overflow:hidden;transition:box-shadow 0.3s ease}.duc-card:hover{box-shadow:var(--shadow-xl)}.duc-card__media{height:14rem;overflow:hidden}.duc-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.duc-card:hover .duc-card__media img{transform:scale(1.05)}.duc-card__body{padding:2rem}.duc-card__icon{color:var(--stone);margin-bottom:1rem}.duc-card__icon svg{width:32px;height:32px}.duc-card__title{font-size:1.25rem;font-weight:500;margin-bottom:.75rem}.duc-card__text{color:var(--anthracite-70);font-size:.875rem;line-height:1.7}.duc-balades__layout{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.duc-balades__layout{grid-template-columns:repeat(2,1fr)}}.duc-balades__list{display:flex;flex-direction:column;gap:2rem}.duc-balades__item{display:flex;gap:1.5rem;align-items:flex-start}.duc-balades__icon{background:var(--white);padding:.75rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--gray-100);color:var(--bluegrey);flex-shrink:0}.duc-balades__icon svg{width:24px;height:24px;display:block}.duc-balades__title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.duc-balades__text{color:var(--anthracite-70);font-size:.875rem;line-height:1.7}.duc-balades__media{position:relative;max-width:28rem;margin:0 auto}.duc-balades__media-frame{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-2xl);border:4px solid var(--white)}.duc-balades__media-frame img{width:100%;aspect-ratio:4 / 5;object-fit:cover;transition:transform 0.7s ease}.duc-balades__media-frame:hover img{transform:scale(1.05)}.duc-balades__media::after{content:'';position:absolute;bottom:-1rem;right:-1rem;width:8rem;height:8rem;background:var(--stone-20);border-radius:50%;filter:blur(24px);z-index:-1;pointer-events:none}.duc-section--deepblue .duc-deco{position:absolute;top:0;right:0;width:33%;height:100%;background:var(--white-5);transform:skewX(12deg) translateY(-5rem);pointer-events:none}.duc-situation__layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width:1024px){.duc-situation__layout{grid-template-columns:repeat(2,1fr)}}.duc-situation__title{font-size:clamp(1.875rem, 4vw, 2.5rem);font-weight:500;margin-bottom:1.5rem;line-height:1.2}.duc-situation__lead{color:var(--white-80);font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.duc-situation__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.duc-situation__card{display:flex;flex-direction:column;padding:1rem;background:var(--white-10);border:1px solid var(--white-10);border-radius:var(--radius-md);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform 0.2s ease}.duc-situation__card:hover{transform:scale(1.05)}.duc-situation__card-label{font-family:var(--font-serif);font-size:1.125rem;font-weight:500}.duc-situation__card-meta{color:var(--white-60);font-size:.875rem;font-style:italic}.duc-situation__panel{background:var(--stone-20);padding:.5rem;border-radius:var(--radius-xl);aspect-ratio:16 / 10;display:flex;align-items:center;justify-content:center;position:relative;border:1px solid var(--white-20);box-shadow:var(--shadow-2xl)}.duc-situation__panel-inner{text-align:center;padding:2rem;background:var(--deepblue);border-radius:var(--radius-lg);border:1px solid var(--white-10);position:relative;z-index:1;transition:border-color 0.3s ease}.duc-situation__panel-inner:hover{border-color:var(--stone)}.duc-situation__panel-icon{color:var(--stone);margin-bottom:1rem;display:inline-block}.duc-situation__panel-icon svg{width:48px;height:48px}.duc-situation__panel-title{font-size:1.5rem;margin-bottom:.5rem}.duc-situation__panel-meta{color:var(--white-60);font-size:.875rem}.duc-situation__panel-dots{position:absolute;inset:0;opacity:.2;pointer-events:none}.duc-situation__panel-dots span{position:absolute;border-radius:50%;background:var(--stone)}.duc-situation__panel-dots span:nth-child(1){top:25%;left:25%;width:8px;height:8px}.duc-situation__panel-dots span:nth-child(2){bottom:33%;right:25%;width:8px;height:8px;background:var(--white-40)}.duc-situation__panel-dots span:nth-child(3){top:50%;right:50%;width:4px;height:4px;background:var(--white-40)}.duc-args{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:640px){.duc-args{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.duc-args{grid-template-columns:repeat(4,1fr)}}.duc-arg{text-align:center;padding:2rem;background:var(--white);border:1px solid var(--gray-50);border-radius:var(--radius-xl);transition:box-shadow 0.3s ease}.duc-arg:hover{box-shadow:var(--shadow-lg)}.duc-arg__icon{display:inline-flex;padding:1rem;background:var(--offwhite);border:1px solid var(--gray-100);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;color:var(--deepblue)}.duc-arg__icon svg{width:32px;height:32px}.duc-arg__title{font-size:1.125rem;font-weight:700;margin-bottom:.75rem}.duc-arg__text{color:var(--anthracite-70);font-size:.875rem;line-height:1.7}.duc-footer{background:var(--deepblue);color:var(--white);padding:5rem 0}.duc-footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width:768px){.duc-footer__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.duc-footer__grid{grid-template-columns:repeat(4,1fr)}}.duc-footer__brand{grid-column:span 1}@media (min-width:1024px){.duc-footer__brand{grid-column:span 2}}.duc-footer__brand-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.duc-footer__brand-text{color:var(--white-60);max-width:22rem;margin-bottom:2rem;line-height:1.7}.duc-footer__socials{display:flex;gap:1rem}.duc-footer__social{width:2.5rem;height:2.5rem;border:1px solid var(--white-20);border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;transition:background 0.2s ease}.duc-footer__social:hover{background:var(--white-10)}.duc-footer__social svg{width:20px;height:20px}.duc-footer__title{font-family:var(--font-serif);font-size:1.125rem;font-weight:600;color:var(--white);margin-bottom:1.5rem}.duc-footer__links{display:flex;flex-direction:column;gap:1rem}.duc-footer__link{color:var(--white-60);transition:color 0.2s ease}.duc-footer__link:hover{color:var(--stone)}.duc-footer__bottom{padding-top:3rem;border-top:1px solid var(--white-10);display:flex;flex-direction:column;gap:1.5rem;text-align:center}@media (min-width:768px){.duc-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left;align-items:center}}.duc-footer__copy{color:var(--white-40);font-size:.875rem}.duc-footer__legal{color:var(--stone-60);font-size:.75rem;font-style:italic;max-width:28rem}