@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fredoka:wght@600;700&family=Manrope:wght@500;600;700;800&display=swap');
:root{--ink:#17352d;--green:#075d48;--acid:#efe799;--pink:#f3cbd7;--orange:#c16952;--cream:#fffaf2;--white:#fff;--line:rgba(23,53,45,.16);--shadow:0 22px 60px rgba(23,53,45,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:var(--ink);color:white;text-align:center;padding:9px 20px;font-size:.86rem;letter-spacing:.02em}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800;letter-spacing:-.04em}.logo span{display:inline-flex;background:var(--acid);border-radius:50%;width:12px;height:12px;margin-left:5px}.menu{display:flex;gap:30px;align-items:center;font-weight:600;font-size:.94rem}.menu a:hover{color:var(--orange)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;background:var(--ink);color:white;font-weight:700;border:1px solid var(--ink);transition:.2s}.btn:hover{transform:translateY(-2px);background:var(--green)}.btn-light{background:white;color:var(--ink);border-color:white}.hero{position:relative;overflow:hidden;background:var(--green);color:white;border-radius:30px;min-height:660px;display:grid;grid-template-columns:1.05fr .95fr}.hero-copy{padding:72px 30px 65px 64px;position:relative;z-index:2}.eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.12em;font-size:.73rem;font-weight:800}.eyebrow:before{content:'';width:28px;height:2px;background:currentColor}.hero h1,.page-hero h1{font-family:Manrope,sans-serif;font-size:clamp(3rem,6.2vw,6.25rem);line-height:.92;letter-spacing:-.075em;margin:32px 0 26px;max-width:780px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--acid)}.hero p{font-size:1.12rem;max-width:570px;color:rgba(255,255,255,.84)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.hero-visual{position:relative;margin:24px 24px 24px 0;border-radius:230px 230px 24px 24px;overflow:hidden}.hero-visual:after{content:'RH × TERRAIN';position:absolute;right:18px;bottom:18px;background:var(--pink);color:var(--ink);padding:14px 20px;border-radius:99px;font-weight:800;font-size:.85rem}.marquee{overflow:hidden;padding:19px 0;border-bottom:1px solid var(--line);font-family:Manrope,sans-serif;font-weight:800;text-transform:uppercase;white-space:nowrap;color:var(--green)}.marquee span{display:inline-block;padding-right:36px}.section{padding:105px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.kicker{font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.section h2,.page-copy h2{font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4.5vw,4.5rem);line-height:1;letter-spacing:-.055em;margin:12px 0;max-width:800px}.lead{font-size:1.1rem;max-width:520px;color:#4b625b}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:white;border:1px solid var(--line);border-radius:24px;padding:32px;min-height:310px;display:flex;flex-direction:column;transition:.25s}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.num{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--acid);font-weight:800}.card h3{font-family:Manrope;font-size:1.45rem;line-height:1.12;margin:50px 0 12px}.card p{color:#5c706b}.card a{margin-top:auto;font-weight:800;color:var(--green)}.split{display:grid;grid-template-columns:1fr 1fr;min-height:660px}.split-media{border-radius:28px;overflow:hidden}.split-copy{padding:70px;background:var(--pink);border-radius:28px;margin:45px 0 45px -45px;position:relative}.split-copy p{font-size:1.08rem}.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0}.pill{background:white;border:1px solid var(--line);padding:8px 13px;border-radius:999px;font-weight:700;font-size:.85rem}.process{background:var(--ink);color:white;border-radius:32px;padding:70px}.steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border-top:1px solid rgba(255,255,255,.25)}.step{padding:26px 24px 10px 0;border-right:1px solid rgba(255,255,255,.18)}.step:last-child{border:0;padding-left:24px}.step strong{color:var(--acid);font-family:Manrope;font-size:2rem}.step h3{font-family:Manrope}.step p{color:rgba(255,255,255,.68)}.article-tease{display:grid;grid-template-columns:.8fr 1.2fr;background:var(--acid);border-radius:30px;overflow:hidden}.article-tease .copy{padding:64px}.article-tease h2{font-size:clamp(2.2rem,4vw,4rem)}.article-tease img{min-height:540px}.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;background:var(--orange);color:white;border-radius:30px;padding:72px}.contact h2{margin-top:10px}.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{font-size:.8rem;font-weight:800}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}.field input,.field textarea,.field select{width:100%;border:0;border-radius:14px;padding:15px;background:white;color:var(--ink);font:inherit}.field textarea{min-height:105px;resize:vertical}.form button{cursor:pointer;margin-top:5px}.small{font-size:.79rem;opacity:.8}.page-hero{padding:95px 0 70px;background:var(--pink)}.page-hero p{font-size:1.18rem;max-width:700px}.page-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.portrait{height:660px;border-radius:260px 260px 28px 28px;overflow:hidden}.timeline{display:grid;gap:16px;margin:35px 0}.timeline div{background:white;border:1px solid var(--line);border-radius:18px;padding:22px}.timeline strong{color:var(--orange)}.article{max-width:820px;margin:auto}.article h2{font-size:2rem!important;margin-top:55px}.article p,.article li{font-size:1.08rem;color:#405852}.article blockquote{margin:50px 0;padding:35px;background:var(--acid);font-family:Manrope;font-weight:700;font-size:1.35rem;border-radius:22px}.footer{padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:40px;border-top:1px solid var(--line);padding-top:45px}.footer h4{font-family:Manrope}.footer a{display:block;margin:9px 0;color:#536963}.footnote{border-top:1px solid var(--line);margin-top:35px;padding-top:20px;font-size:.8rem;color:#6b7b77;display:flex;justify-content:space-between}.mobile-toggle{display:none;background:none;border:0;font-size:1.5rem}.notice{display:none;margin-top:10px;background:#fff;color:var(--green);padding:10px 14px;border-radius:12px;font-weight:700}
@media(max-width:900px){.menu{display:none;position:absolute;top:115px;left:20px;right:20px;background:white;z-index:20;padding:22px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.menu.open{display:flex}.mobile-toggle{display:block}.nav>.btn{display:none}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:55px 28px}.hero-visual{margin:0 18px 18px;height:520px;border-radius:180px 180px 22px 22px}.services{grid-template-columns:1fr}.split{grid-template-columns:1fr}.split-media{height:500px}.split-copy{margin:-50px 20px 0;padding:42px 30px}.steps{grid-template-columns:1fr 1fr}.article-tease{grid-template-columns:1fr}.article-tease img{min-height:420px}.contact{grid-template-columns:1fr;padding:45px 28px}.page-grid{grid-template-columns:1fr}.portrait{height:520px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:580px){.wrap{width:min(100% - 24px,1180px)}.topbar{font-size:.72rem}.nav{height:70px}.hero{border-radius:20px}.hero h1,.page-hero h1{font-size:3.25rem}.hero-copy{padding:44px 22px}.hero-visual{height:390px}.section{padding:72px 0}.section-head{display:block}.process{padding:42px 24px}.steps{grid-template-columns:1fr}.step{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.step:last-child{padding-left:0}.article-tease .copy{padding:38px 25px}.form{grid-template-columns:1fr}.field.full{grid-column:auto}.contact{gap:28px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footnote{display:block}.page-hero{padding:65px 0 45px}}

/* Edition 02 — editorial, expressive, premium */
body{background:#f7f7f0;background-image:radial-gradient(circle at 7% 7%,rgba(239,231,153,.24),transparent 24%),radial-gradient(circle at 93% 30%,rgba(243,203,215,.22),transparent 21%)}
.topbar{background:#efe799;color:var(--ink);font-weight:800}
.nav{position:sticky;top:0;z-index:50;width:min(1220px,calc(100% - 28px));height:74px;margin:12px auto;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.8);box-shadow:0 12px 35px rgba(23,53,45,.08);border-radius:999px;padding:0 12px 0 26px}
.logo{font-size:1.12rem}.nav .btn{min-height:48px}.hero{width:min(1220px,calc(100% - 28px));min-height:720px;margin-top:14px;grid-template-columns:.9fr 1.1fr;border-radius:42px;background:#075d48;box-shadow:0 35px 90px rgba(7,93,72,.2);isolation:isolate}.hero:before{content:'';position:absolute;inset:auto auto -190px -140px;width:420px;height:420px;border:1px solid rgba(255,255,255,.14);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025);z-index:-1}.hero-copy{padding:82px 16px 56px 62px;display:flex;flex-direction:column;align-items:flex-start}.hero h1{font-size:clamp(4rem,7.2vw,7.7rem);max-width:760px;margin:38px 0 28px}.hero h1 em{display:block;margin-left:10%;font-style:italic;color:#efe799}.hero p{max-width:590px;font-size:1.16rem}.btn{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}.btn-ghost{border-color:rgba(255,255,255,.45)!important;background:rgba(255,255,255,.04)!important;backdrop-filter:blur(8px)}.hero-proof{margin-top:auto;display:grid;grid-template-columns:auto 1fr auto 1fr;gap:4px 13px;align-items:center;padding-top:45px;font-size:.78rem;letter-spacing:.03em}.hero-proof span{grid-column:1/-1;color:#efe799;text-transform:uppercase;font-weight:800;letter-spacing:.14em}.hero-proof strong{font-size:.9rem}.hero-proof i{font-family:Georgia;font-size:1.4rem;color:#efe799}.hero-gallery{position:relative;margin:22px 22px 22px 38px}.hero-main{position:absolute;inset:0;margin:0;border-radius:260px 260px 30px 30px;overflow:hidden}.hero-main img{object-position:center}.hero-float{position:absolute;left:-54px;bottom:34px;width:210px;height:280px;margin:0;border:8px solid #075d48;border-radius:110px 110px 18px 18px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.2);transform:rotate(-4deg)}.orbit-badge{position:absolute;right:22px;top:24px;width:132px;height:132px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f3cbd7;color:var(--ink);border:8px solid #075d48;transform:rotate(7deg);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.orbit-badge strong{font-size:1rem;text-transform:none;letter-spacing:-.02em}.marquee{padding:25px 0;background:#f7f7f0;border:0;font-size:.92rem}.section{padding:130px 0}.section-head{align-items:start}.section h2,.page-copy h2{font-size:clamp(2.7rem,5.5vw,5.8rem)}.services{grid-template-columns:1.08fr .92fr .92fr;align-items:stretch}.card{position:relative;overflow:hidden;border-radius:30px;padding:34px;min-height:360px;border-color:rgba(23,53,45,.11);box-shadow:0 1px 0 white inset}.card:first-child{background:#efe799;transform:rotate(-1.2deg)}.card:nth-child(2){background:#fff}.card:nth-child(3){background:#f3cbd7;transform:rotate(1.2deg)}.card .num{background:var(--ink);color:white}.card h3{font-size:1.7rem;margin-top:72px}.split{grid-template-columns:1.08fr .92fr}.split-media{border-radius:260px 260px 32px 32px;box-shadow:var(--shadow)}.split-copy{padding:78px 64px;margin:72px 0 72px -70px;border-radius:32px;background:#c16952;box-shadow:0 28px 70px rgba(239,91,42,.2)}.split-copy .kicker{color:var(--ink)}.pill{background:rgba(255,255,255,.8)}.process{padding:86px 72px;border-radius:40px;background:#132f29;position:relative;overflow:hidden}.process:after{content:'04';position:absolute;right:-16px;bottom:-100px;font-family:Manrope;font-weight:800;font-size:22rem;color:rgba(255,255,255,.025);line-height:1}.steps{position:relative;z-index:1}.step{padding:32px 26px 18px}.article-tease{border-radius:40px;background:#efe799;grid-template-columns:.92fr 1.08fr;box-shadow:0 30px 80px rgba(55,75,40,.12)}.article-tease img{clip-path:ellipse(72% 79% at 72% 50%)}.contact{border-radius:40px;padding:86px;background:#c16952;box-shadow:0 35px 80px rgba(239,91,42,.18)}.field input,.field textarea,.field select{border-radius:18px;padding:17px;box-shadow:0 1px 0 rgba(255,255,255,.4)}.page-hero{margin:14px auto 0;width:min(1220px,calc(100% - 28px));border-radius:42px;background:#f3cbd7;overflow:hidden}.portrait{box-shadow:var(--shadow)}
@media(max-width:900px){.nav{top:8px}.menu{top:86px}.hero{grid-template-columns:1fr;min-height:980px}.hero-copy{padding:62px 34px 26px}.hero-proof{margin-top:24px}.hero-gallery{height:520px;margin:12px 20px 20px}.hero-float{left:8px;width:160px;height:210px}.services{grid-template-columns:1fr}.card:first-child,.card:nth-child(3){transform:none}.split{grid-template-columns:1fr}.split-copy{margin:-56px 18px 0}.article-tease{grid-template-columns:1fr}.article-tease img{clip-path:none}.page-hero{padding-left:20px;padding-right:20px}}
@media(max-width:580px){.nav{width:calc(100% - 20px);margin:8px auto;padding-left:18px}.hero{width:calc(100% - 20px);border-radius:28px;min-height:860px}.hero-copy{padding:48px 22px 18px}.hero h1{font-size:3.55rem}.hero h1 em{margin-left:0}.hero-gallery{height:390px}.orbit-badge{width:105px;height:105px;right:6px;top:10px;border-width:5px}.hero-float{width:118px;height:160px;border-width:5px}.hero-proof{grid-template-columns:1fr auto 1fr}.hero-proof span{grid-column:1/-1}.section{padding:88px 0}.services{gap:12px}.card{min-height:310px}.split-copy{padding:42px 26px}.process{padding:50px 26px;border-radius:28px}.article-tease,.contact{border-radius:28px}.contact{padding:48px 24px}.page-hero{width:calc(100% - 20px);border-radius:28px}}

/* Journal carousel */
.journal-section{overflow:hidden}.journal-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:42px}.journal-heading h2{margin-bottom:0}.journal-shell{width:min(1380px,calc(100% - 40px));margin:auto;position:relative}.journal-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;padding:4px max(0px,calc((100% - 1180px)/2)) 24px}.journal-track::-webkit-scrollbar{display:none}.journal-card{flex:0 0 min(960px,76vw);min-height:590px;border-radius:40px;overflow:hidden;display:grid;grid-template-columns:1fr .86fr;scroll-snap-align:center;box-shadow:0 28px 70px rgba(22,48,41,.1)}.journal-copy{padding:58px;display:flex;flex-direction:column;align-items:flex-start}.journal-meta{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}.journal-card h3{font-family:Manrope,sans-serif;font-size:clamp(2.4rem,4.2vw,4.7rem);line-height:.96;letter-spacing:-.06em;margin:46px 0 20px}.journal-card p{font-size:1.08rem;max-width:480px}.journal-card .btn{margin-top:auto}.journal-card img{min-height:590px}.tone-acid{background:var(--acid)}.tone-pink{background:var(--pink)}.tone-orange{background:var(--orange);color:white}.tone-cream{background:#f2efe6}.tone-green{background:var(--green);color:white}.tone-orange .journal-meta,.tone-green .journal-meta{color:var(--acid)}.journal-controls{width:min(1180px,calc(100% - 16px));margin:0 auto;display:flex;align-items:center;gap:14px}.journal-arrow{width:48px;height:48px;border-radius:50%;border:1px solid rgba(23,53,45,.18);background:white;color:var(--ink);font:400 2rem/1 Georgia;cursor:pointer;transition:.2s}.journal-arrow:hover{background:var(--ink);color:white;transform:scale(1.04)}.journal-progress{height:2px;background:rgba(23,53,45,.14);flex:1;overflow:hidden}.journal-progress span{display:block;height:100%;width:16.666%;background:var(--green);transition:transform .35s ease}.journal-count{font-family:Manrope;font-size:.8rem;font-weight:800;min-width:52px;text-align:center}.journal-all{display:block;width:max-content;margin:25px auto 0;font-weight:800;border-bottom:1px solid currentColor}.journal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.journal-grid .journal-card{min-height:620px;display:flex;flex-direction:column}.journal-grid .journal-card img{height:290px;min-height:0;order:-1}.journal-grid .journal-copy{padding:38px;flex:1}.journal-grid .journal-card h3{font-size:clamp(2rem,3vw,3.3rem);margin:28px 0 16px}.source-box{margin-top:60px;padding:30px;border-radius:22px;background:#f1f4eb;border:1px solid var(--line)}.source-box h2{margin-top:0!important;font-size:1.5rem!important}.source-box li{font-size:.95rem;margin:10px 0}.source-box a{text-decoration:underline;text-underline-offset:3px}.article-note{font-size:.86rem!important;color:#667973!important}
@media(max-width:900px){.journal-heading{display:block}.journal-heading .lead{margin-top:20px}.journal-card{flex-basis:88vw;grid-template-columns:1fr;min-height:0}.journal-card img{height:380px;min-height:0;order:-1}.journal-copy{padding:42px}.journal-card h3{margin:30px 0 16px}.journal-grid{grid-template-columns:1fr}.journal-grid .journal-card{min-height:0}}
@media(max-width:580px){.journal-shell{width:100%}.journal-track{gap:12px;padding-left:12px;padding-right:12px}.journal-card{flex-basis:calc(100vw - 36px);border-radius:28px}.journal-card img{height:320px}.journal-copy{padding:30px 24px 34px}.journal-card h3{font-size:2.35rem}.journal-card .btn{margin-top:24px}.journal-controls{width:calc(100% - 32px)}.journal-grid .journal-copy{padding:30px 24px}.journal-grid .journal-card h3{font-size:2.25rem}}

.visual-intro{height:760px;position:relative;margin-top:90px;margin-bottom:30px;background:#f3cbd7;border-radius:42px;overflow:hidden;isolation:isolate}.visual-intro:before{content:'';position:absolute;width:380px;height:380px;border-radius:50%;background:#efe799;right:28%;top:-170px;z-index:-1}.visual-word{position:absolute;left:4%;bottom:2%;font-family:Manrope,sans-serif;font-weight:800;font-size:clamp(6rem,14vw,12rem);line-height:.68;letter-spacing:-.1em;color:#17352d;z-index:3}.photo-triptych{position:absolute;left:5%;right:5%;top:7%;height:58%;display:grid;grid-template-columns:1fr 1.08fr 1fr;gap:14px;z-index:2}.photo-triptych figure{position:relative;margin:0;overflow:hidden;border-radius:28px;box-shadow:0 28px 60px rgba(23,53,45,.16)}.photo-triptych figure:first-child{border-radius:190px 28px 28px 28px}.photo-triptych figure:last-child{border-radius:28px 190px 28px 28px}.photo-triptych figure:nth-child(2){transform:translateY(22px)}.visual-seal{position:absolute;right:6%;bottom:7%;width:150px;height:150px;border-radius:50%;display:grid;place-content:center;text-align:center;background:#c16952;color:#fff;font-family:Manrope;font-weight:800;line-height:.7;transform:rotate(8deg);box-shadow:0 18px 35px rgba(239,91,42,.24);z-index:4}.visual-seal span{color:#efe799;font-size:1.3rem}
@keyframes floatSoft{0%,100%{transform:translateY(0) rotate(7deg)}50%{transform:translateY(-12px) rotate(4deg)}}.orbit-badge{animation:floatSoft 5s ease-in-out infinite}.card:before{content:'';position:absolute;width:170px;height:170px;border:1px solid currentColor;opacity:.08;border-radius:50%;right:-70px;top:-70px}.card a{display:inline-flex;align-items:center;gap:8px}
@media(max-width:900px){.visual-intro{height:660px}.visual-word{font-size:8.5rem;left:3%;bottom:4%}.photo-triptych{height:55%;left:4%;right:4%;gap:10px}.visual-seal{right:5%;width:125px;height:125px}}
@media(max-width:580px){.visual-intro{height:620px;border-radius:28px;margin-top:55px}.visual-word{font-size:5.7rem;bottom:4%;left:5%}.photo-triptych{top:5%;height:57%;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:8px}.photo-triptych figure{border-radius:18px!important}.photo-triptych figure:first-child{grid-row:1/3}.photo-triptych figure:nth-child(2){transform:none}.visual-seal{width:100px;height:100px;right:8%;bottom:5%;font-size:.8rem}.page-hero h1{font-size:2.82rem;letter-spacing:-.065em}}
.keep-together{white-space:nowrap}
.marquee{display:flex;width:100%;overflow:hidden}.marquee span{flex:0 0 auto;animation:jobsTicker 24s linear infinite;will-change:transform}.marquee:hover span{animation-play-state:paused}@keyframes jobsTicker{to{transform:translateX(-100%)}}@media(prefers-reduced-motion:reduce){.marquee{overflow-x:auto}.marquee span{animation:none}.orbit-badge{animation:none}}
@media(min-width:901px){.journal-track .journal-card:first-child h3{font-size:clamp(2.4rem,4vw,3.7rem)}}
.nav .logo{font-family:'Fredoka','Arial Rounded MT Bold',sans-serif;font-weight:700;letter-spacing:-.045em}
.nav .logo-home{display:block;flex:0 0 92px;width:92px;height:62px;background:url('chez-nanou-navbar.png') left center/contain no-repeat;font-size:0;letter-spacing:0}
.nav .logo-home span{display:none}
@media(max-width:580px){.nav .logo-home{flex-basis:82px;width:82px;height:58px}}
.photo-triptych figure:first-child img{object-position:72% center}

/* Frosted contact buttons only; original typography and geometry preserved. */
body:has(.logo-home) :is(.nav > .btn,.hero .btn-light,.contact button.btn-light){
  color:#fff;
  text-shadow:0 1px 2px rgba(0,0,0,.28);
  background:linear-gradient(155deg,rgba(255,255,255,.24),rgba(255,255,255,.09) 34%,rgba(255,255,255,.02) 51%,rgba(255,255,255,.14) 100%),rgba(0,91,69,.94);
  border-color:rgba(255,255,255,.78);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
  backdrop-filter:blur(18px) saturate(135%);
  box-shadow:inset 0 2px 2px rgba(255,255,255,.68),inset 0 -3px 5px rgba(0,0,0,.22),inset 1px 0 2px rgba(255,255,255,.38),0 7px 16px rgba(10,40,31,.23),0 2px 3px rgba(10,40,31,.16);
  transition:box-shadow .22s ease,transform .22s ease;
}
@media(hover:hover) and (pointer:fine){
  body:has(.logo-home) :is(.nav > .btn,.hero .btn-light,.contact button.btn-light):hover{
    transform:translateY(-2px);
    box-shadow:inset 0 2px 3px rgba(255,255,255,.85),inset 0 -3px 5px rgba(0,0,0,.24),inset 1px 0 2px rgba(255,255,255,.5),0 10px 22px rgba(10,40,31,.27),0 2px 3px rgba(10,40,31,.16);
  }
}
body:has(.logo-home) :is(.nav > .btn,.hero .btn-light,.contact button.btn-light):active{transform:translateY(0);box-shadow:inset 0 2px 5px rgba(23,53,45,.17),inset 0 -1px 1px white,0 2px 5px rgba(10,40,31,.12)}
body:has(.logo-home) :is(.nav > .btn,.hero .btn-light,.contact button.btn-light):focus-visible{outline:3px solid var(--ink);outline-offset:4px}
@media(prefers-reduced-motion:reduce){body:has(.logo-home) :is(.nav > .btn,.hero .btn-light,.contact button.btn-light){transition:none;transform:none}}

/* Match the existing logo to the soft green palette without changing its artwork. */
.nav .logo-home{filter:url("#nanou-palette")}

/* Kids Up inspired palette — colors only, existing layout and type preserved. */
:root{--ink:#274556;--green:#436d85;--acid:#f6d76f;--pink:#efd0db;--orange:#a6ccdf;--cream:#fffaf3;--line:rgba(39,69,86,.16);--shadow:0 22px 60px rgba(39,69,86,.12)}
body{background-color:var(--cream);background-image:radial-gradient(circle at 7% 7%,rgba(166,204,223,.22),transparent 24%),radial-gradient(circle at 93% 30%,rgba(239,208,219,.23),transparent 21%)}
.topbar{background:#f6d76f;color:var(--ink)}
.hero{background:#bfdcea;color:var(--ink);box-shadow:0 35px 90px rgba(67,109,133,.15)}
.hero h1 em{color:#ffffff}.hero p{color:#35566a}
.hero-proof span,.hero-proof i{color:#436d85}
.hero-float,.orbit-badge{border-color:#bfdcea}.orbit-badge{background:var(--pink)}
.hero .btn-ghost{color:var(--ink);border-color:rgba(67,109,133,.4)!important;background:rgba(255,255,255,.4)!important}
.marquee{background:var(--cream);color:#436d85}
.kicker,.timeline strong{color:#436d85}
.lead,.card p,.article p,.article li,.footer a,.footnote{color:#466174}
.card:first-child{background:#fae69e}.card:nth-child(2){background:#e1eff6}.card:nth-child(3){background:var(--pink)}
.split-copy{background:#f8e4a0;box-shadow:0 28px 70px rgba(144,119,49,.12)}
.process{background:#d8eaf3;color:var(--ink)}
.step strong{color:#436d85}.step p{color:#466174}.steps{border-top-color:rgba(39,69,86,.2)}.step{border-color:rgba(39,69,86,.15)}.process:after{color:rgba(39,69,86,.04)}
.contact{background:var(--pink);color:var(--ink);box-shadow:0 35px 80px rgba(163,105,125,.12)}
.contact .kicker{color:var(--ink)}
.page-hero{background:#d8eaf3}.article-tease{background:#fae69e}
.tone-orange{background:#d8eaf3;color:var(--ink)}.tone-green{background:#bfdcea;color:var(--ink)}.tone-cream{background:#f5efdf}
.tone-orange .journal-meta,.tone-green .journal-meta{color:var(--ink)}
.visual-intro{background:var(--pink)}.visual-intro:before{background:#fae69e}.visual-word{color:var(--ink)}
.visual-seal{background:#a6ccdf;color:var(--ink);box-shadow:0 18px 35px rgba(67,109,133,.16)}.visual-seal span{color:var(--ink)}
.mobile-toggle{color:#436d85}.nav{box-shadow:0 12px 35px rgba(39,69,86,.08)}
body:has(.logo-home) :is(.nav > .btn,.hero .btn-light,.contact button.btn-light){background:linear-gradient(155deg,rgba(255,255,255,.24),rgba(255,255,255,.09) 34%,rgba(255,255,255,.02) 51%,rgba(255,255,255,.14) 100%),#365b72;box-shadow:inset 0 2px 2px rgba(255,255,255,.68),inset 0 -3px 5px rgba(25,50,70,.22),inset 1px 0 2px rgba(255,255,255,.38),0 7px 16px rgba(39,69,86,.23),0 2px 3px rgba(39,69,86,.16)}

/* Espace candidats */
.candidate-banner,.candidate-panel{background:#efd0db;border-radius:32px;padding:48px;display:grid;grid-template-columns:1fr 1.3fr;gap:40px;margin:60px auto}.candidate-banner{background:#fae69e;grid-template-columns:1fr auto;align-items:center}.candidate-banner h2,.candidate-panel h2{font-family:Manrope,sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15;letter-spacing:-.04em}.candidate-hero{border-radius:30px;margin:20px auto;width:min(1180px,calc(100% - 40px));padding:60px 20px}.candidate-hero h1{font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.05}.candidate-panel .full{grid-column:1/-1}.candidate-panel label{font-size:16px}.candidate-upload{background:#fffaf3;padding:20px;border:2px dashed #436d85;border-radius:20px;min-width:0}.candidate-upload p{margin:0;font-size:14px}.candidate-panel input[type=file]{padding:8px 0;font-size:16px;max-width:100%;border-radius:0;background:transparent}.candidate-privacy p{font-size:14px}.candidate-privacy input{width:20px;height:20px;vertical-align:middle}.candidate-panel a:not(.btn){text-decoration:underline;overflow-wrap:anywhere}.candidate-panel input:focus-visible,.candidate-panel textarea:focus-visible{outline:3px solid #436d85;outline-offset:3px}.candidate-panel .field{min-width:0}.candidate-panel button{font:inherit;font-weight:700}.menu{gap:20px}@media(max-width:1050px){.nav>.btn{display:none}}@media(max-width:760px){.candidate-banner,.candidate-panel{grid-template-columns:1fr;padding:26px;gap:20px;margin:36px auto}.candidate-panel .form{grid-template-columns:1fr}.candidate-hero{padding:32px 6px}.candidate-banner .btn{white-space:normal;text-align:center}}
/* Formulaires : une lecture guidée, des surfaces claires */
.candidate-hero{padding:30px 20px}.candidate-hero h1{font-size:clamp(2rem,4.2vw,3.6rem);max-width:850px;margin:20px 0}.candidate-hero p{font-size:1rem;margin:12px 0 20px}.candidate-panel{background:#f5e4eb;grid-template-columns:.8fr 1.5fr;align-items:start}.candidate-panel>.form,.modern-client{background:rgba(255,255,255,.88);padding:30px;border:1px solid white;border-radius:26px;box-shadow:0 12px 30px rgba(39,69,86,.06);color:#274556}.form .full{grid-column:1/-1}.form-section{display:flex;gap:14px;align-items:center;margin:8px 0 12px}.form-section:not(:first-child){border-top:1px solid #dce5e9;padding-top:24px;margin-top:16px}.form-section>span{display:grid;place-items:center;flex:0 0 40px;height:40px;background:#d8eaf3;color:#274556;border-radius:14px;font-weight:700}.form-section h3{margin:0;font-size:20px;line-height:1.3}.form-section p{margin:4px 0 0;font-size:14px;color:#526775}.candidate-panel .field input,.candidate-panel .field select,.candidate-panel .field textarea,.modern-client .field input,.modern-client .field select,.modern-client .field textarea{background:#f7fafb;border:1px solid #bdcdd6;border-radius:12px;padding:14px;min-height:50px;font-size:16px}.modern-client label{font-size:14px}.form :is(input,select,textarea):focus-visible{outline:3px solid #88b5cc;outline-offset:2px}.form-switch{background:rgba(255,255,255,.65);padding:20px;border-radius:20px;margin-top:26px;font-size:16px}.form-switch span,.form-switch a{display:block}.form-switch a{font-weight:700;text-decoration:underline;margin-top:8px}.candidate-panel .candidate-upload{background:#edf5f9;border:2px dashed #8faebb;padding:22px;transition:background .15s}.candidate-upload label{display:flex;justify-content:space-between;font-size:18px;font-weight:700}.candidate-panel .candidate-upload input{border:0;background:transparent;padding:8px 0;min-height:0}.candidate-upload input::file-selector-button{background:#274556;color:white;border:0;border-radius:99px;padding:12px 16px;margin-right:12px;font:inherit;cursor:pointer}.candidate-panel .candidate-upload.drag-over,.candidate-panel .candidate-upload.has-file{background:#e9f2ed;border-color:#57836b}.candidate-upload #cv-selection{overflow-wrap:anywhere;font-size:14px;font-weight:600}.candidate-upload #cv-remove{background:transparent;border:0;text-decoration:underline;color:#274556;text-align:left;font-size:14px;padding:8px 0;cursor:pointer}.candidate-privacy{border-top:1px solid #dce5e9;padding-top:12px}.candidate-privacy label{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5}.candidate-privacy input{flex:0 0 20px;margin-top:2px;accent-color:#365b72}.candidate-panel button[type=submit],.modern-client button[type=submit]{grid-column:1/-1;min-height:54px}.modern-client button:disabled{opacity:.6;cursor:wait}.modern-client textarea{min-height:130px}@media(max-width:800px){.candidate-panel{grid-template-columns:1fr;padding:20px;gap:24px}.candidate-panel>.form,.modern-client{padding:20px}.candidate-hero{padding:22px 8px}}@media(max-width:480px){.modern-client{grid-template-columns:1fr}.candidate-panel .field,.modern-client .field{min-width:0}.candidate-panel{width:calc(100% - 24px);padding:14px}.candidate-panel>.form{padding:16px}.candidate-upload input{max-width:100%}}
