/* === BEGIN PRESERVED SOURCE: checkpoint.css | SHA-256 4dd25521b8cc0e01ad28a85f364c2559d50252927c19fe77de2da1c56fb6917a === */
:root{--f-green:#073f27;--f-green-2:#0c5835;--f-mint:#e7f0e9;--f-ink:#10251b;--f-muted:#65746d;--f-line:#dce4de;--f-warm:#f7f6f2;--f-gold:#b79a5e;--f-shadow:0 18px 44px rgba(16,45,31,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--f-ink);font-family:"Manrope",Arial,sans-serif;font-size:16px}.f-lock{overflow:hidden}.f-site{min-height:100vh;overflow-x:hidden}.f-shell{width:min(1260px,calc(100% - 44px));margin:auto}.f-icon{width:1.35em;height:1.35em;display:block}.f-skip{position:fixed;z-index:200;left:16px;top:-60px;padding:10px 14px;background:#fff;color:var(--f-green);border-radius:8px}.f-skip:focus{top:12px}.f-header{height:78px;background:#fff;border-bottom:1px solid rgba(7,63,39,.08);position:relative;z-index:70}.f-header-inner{height:100%;display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:28px}.f-brand img{display:block;width:174px;height:auto}.f-nav{display:flex;justify-content:center;align-items:center;gap:32px}.f-nav a{position:relative;color:#1b2a22;text-decoration:none;font-size:.78rem;font-weight:700;padding:29px 0 25px}.f-nav a::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--f-green);transform:scaleX(0);transition:transform .2s}.f-nav a:hover::after,.f-nav a.active::after{transform:scaleX(1)}.f-header-actions{display:flex;align-items:center;gap:13px}.f-lang{display:flex;align-items:center;gap:6px;color:#1b2a22;text-decoration:none;font-size:.78rem;font-weight:700}.f-lang .f-icon{width:17px}.f-project{display:flex;align-items:center;gap:10px;padding:13px 18px;border-radius:10px;background:var(--f-green);color:#fff;text-decoration:none;font-size:.78rem;font-weight:800;box-shadow:0 10px 22px rgba(7,63,39,.15)}.f-project .f-icon{width:17px}.f-mobile-account{display:none;color:var(--f-green);text-decoration:none}.f-menu{display:none;border:0;background:transparent;color:var(--f-green);padding:8px}.f-mobile-menu{display:none}.f-hero{position:relative;height:450px;overflow:hidden;background:#f5f6f3}.f-hero-bg{position:absolute;inset:0}.f-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.f-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.90) 31%,rgba(255,255,255,.28) 56%,rgba(255,255,255,0) 76%);pointer-events:none}.f-hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}.f-hero-copy{width:min(560px,55%);padding-bottom:58px}.f-eyebrow{margin:0 0 14px;color:var(--f-green);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:800}.f-hero h1{margin:0;color:var(--f-green);font-family:"Tenor Sans",Georgia,serif;font-weight:400;letter-spacing:-.025em;line-height:.98}.f-hero h1 span{display:block;font-size:clamp(3.1rem,4.5vw,4.65rem)}.f-hero h1 strong{display:block;margin-top:8px;color:#17241d;font-size:clamp(2rem,2.8vw,2.9rem);font-weight:400;line-height:1.07}.f-hero-copy>i{display:block;width:36px;height:2px;background:var(--f-gold);margin:18px 0}.f-lead{max-width:460px;margin:0;color:#4f5d56;font-size:.94rem;line-height:1.6}.f-kpis{position:absolute;z-index:3;left:0;bottom:22px;width:min(650px,58%);display:grid;grid-template-columns:repeat(3,1fr);background:var(--f-green);color:#fff;border-radius:11px;box-shadow:0 18px 35px rgba(7,63,39,.2)}.f-kpis>div{display:grid;grid-template-columns:31px auto 1fr;align-items:center;gap:7px;padding:15px 19px;position:relative}.f-kpis>div+div::before{content:"";position:absolute;left:0;top:13px;bottom:13px;width:1px;background:rgba(255,255,255,.18)}.f-kpis .f-icon{width:24px}.f-kpis strong{font-size:1.12rem}.f-kpis span{font-size:.69rem;line-height:1.25;color:rgba(255,255,255,.86)}.f-search-card{position:relative;z-index:10;width:min(1130px,calc(100% - 44px));min-height:82px;margin:-14px auto 0;padding:15px 24px;display:grid;grid-template-columns:280px 1fr;align-items:center;gap:24px;background:rgba(255,255,255,.97);border:1px solid rgba(7,63,39,.1);border-radius:14px;box-shadow:var(--f-shadow)}.f-search-copy h2{margin:0 0 5px;font-family:"Tenor Sans",Georgia,serif;font-size:1.35rem;font-weight:400}.f-search-copy p{margin:0;color:var(--f-muted);font-size:.72rem}.f-search-field{height:48px;display:grid;grid-template-columns:26px 1fr auto;align-items:center;gap:8px;border:1px solid var(--f-line);border-radius:999px;padding:0 16px;background:#fff}.f-search-field .f-icon{width:19px}.f-search-field input{width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:.78rem;color:var(--f-ink)}.f-search-field button{border:0;background:transparent;color:var(--f-green);padding:5px}.f-search-results{position:absolute;top:79px;left:305px;right:24px;background:#fff;border:1px solid var(--f-line);border-radius:12px;box-shadow:var(--f-shadow);padding:7px;max-height:330px;overflow:auto}.f-search-results button{width:100%;display:grid;grid-template-columns:1fr auto;gap:3px 12px;text-align:left;border:0;border-radius:8px;background:#fff;padding:10px 12px;color:var(--f-ink);cursor:pointer}.f-search-results button:hover{background:var(--f-warm)}.f-search-results button span{font-weight:750;font-size:.78rem}.f-search-results button small{color:var(--f-muted);font-size:.65rem}.f-search-results button .f-icon{grid-column:2;grid-row:1/3;width:17px;color:var(--f-green)}.f-search-results>p{padding:12px;margin:0;color:var(--f-muted);font-size:.78rem}.f-universes{width:min(1130px,calc(100% - 44px));margin:0 auto;padding:27px 0 18px}.f-section-title{text-align:center;margin-bottom:18px}.f-section-title>span{color:var(--f-green);font-size:1.1rem}.f-section-title h2{margin:3px 0 8px;font-family:"Tenor Sans",Georgia,serif;font-size:1.85rem;font-weight:400}.f-section-title p{margin:0;color:var(--f-muted);font-size:.78rem}.f-universe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.f-universe-card{position:relative;height:180px;border:0;border-radius:11px;overflow:hidden;padding:0;color:#fff;text-align:center;background:#102a1d;cursor:pointer;box-shadow:0 8px 20px rgba(17,45,31,.08);transition:transform .22s,box-shadow .22s}.f-universe-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(17,45,31,.15)}.f-universe-card.selected{outline:3px solid rgba(7,63,39,.25);outline-offset:4px}.f-universe-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s}.f-universe-card:hover img{transform:scale(1.035)}.f-universe-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,28,18,.05) 0%,rgba(8,34,21,.40) 46%,rgba(7,38,23,.84) 100%)}.f-universe-icon{position:absolute;top:19px;left:50%;transform:translateX(-50%);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.96);color:var(--f-green)}.f-universe-icon .f-icon{width:24px}.f-universe-card>strong{position:absolute;left:20px;right:20px;bottom:59px;font-size:1.42rem;text-transform:uppercase}.f-universe-card>em{position:absolute;left:20px;right:20px;bottom:34px;font-style:normal;font-size:.77rem;color:rgba(255,255,255,.94)}.f-universe-card>small{position:absolute;left:18px;bottom:13px;padding:5px 9px;border-radius:999px;background:rgba(0,92,52,.84);font-size:.65rem;font-weight:800}.f-universe-card>i{position:absolute;right:14px;bottom:12px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--f-green)}.f-universe-card>i .f-icon{width:17px}.f-expertise{width:min(1220px,calc(100% - 44px));margin:0 auto 30px;padding:14px 24px 18px;border:1px solid var(--f-line);border-radius:12px;background:linear-gradient(180deg,#fff,#fbfbf8)}.f-expertise>h2{text-align:center;margin:0 0 14px;font-family:"Tenor Sans",Georgia,serif;font-size:1.28rem;font-weight:400}.f-expertise>div{display:grid;grid-template-columns:repeat(4,1fr)}.f-expertise article{display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:center;position:relative;padding:8px 18px}.f-expertise article>span{width:43px;height:43px;border:1px solid var(--f-line);border-radius:50%;display:grid;place-items:center;color:var(--f-green)}.f-expertise article>span .f-icon{width:22px}.f-expertise article strong{font-size:.69rem;text-transform:uppercase}.f-expertise article p{margin:4px 0 0;color:var(--f-muted);font-size:.62rem;line-height:1.4}.f-expertise article>i{position:absolute;right:-5px;top:50%;transform:translateY(-50%);color:#91a49a}.f-expertise-mobile{display:none}.f-explorer{display:none;width:min(1130px,calc(100% - 44px));margin:0 auto;padding:34px 0 26px}.f-explorer.visible{display:block}.f-explorer-head{display:flex;justify-content:space-between;align-items:end;gap:20px;border-bottom:1px solid var(--f-line);padding-bottom:17px;margin-bottom:20px}.f-explorer-head h2{margin:0;font-family:"Tenor Sans",Georgia,serif;font-size:2.1rem;font-weight:400}.f-explorer-head>div>p:last-child{margin:8px 0 0;color:var(--f-muted);font-size:.75rem}.f-family-count{display:flex;align-items:baseline;gap:8px;color:var(--f-green)}.f-family-count strong{font-family:"Tenor Sans",Georgia,serif;font-size:2.4rem;font-weight:400}.f-family-count span{font-size:.67rem;font-weight:800;text-transform:uppercase}.f-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.f-category-card{border:1px solid var(--f-line);border-radius:12px;padding:16px;background:#fff;min-height:185px;display:flex;flex-direction:column}.f-category-card>div{display:flex;justify-content:space-between;align-items:center}.f-category-card>div span{font-size:.58rem;font-weight:800;text-transform:uppercase;color:var(--f-green);background:var(--f-mint);padding:5px 7px;border-radius:999px}.f-category-card>div strong{font-size:.7rem;color:var(--f-muted)}.f-category-card h3{margin:14px 0 7px;font-family:"Tenor Sans",Georgia,serif;font-size:1.15rem;font-weight:400}.f-category-card p{margin:0;color:var(--f-muted);font-size:.7rem;line-height:1.5}.f-category-card button{display:flex;align-items:center;gap:8px;margin-top:auto;padding:15px 0 0;border:0;background:transparent;color:var(--f-green);font-size:.68rem;font-weight:800;cursor:pointer}.f-category-card button .f-icon{width:16px}.f-minimum-note{width:min(1130px,calc(100% - 44px));margin:8px auto 38px;padding:13px 16px;border-left:3px solid var(--f-green);background:var(--f-warm);color:var(--f-muted);font-size:.7rem}.f-footer{background:var(--f-green);color:#fff}.f-footer-inner{min-height:108px;display:grid;grid-template-columns:190px repeat(3,1fr) 170px;gap:20px;align-items:center}.f-footer-logo img{display:block;width:155px;height:auto}.f-footer-proof{display:flex;align-items:center;gap:11px;border-left:1px solid rgba(255,255,255,.18);padding-left:18px}.f-footer-proof .f-icon{width:26px}.f-footer-proof span{display:flex;flex-direction:column}.f-footer-proof strong{font-size:.66rem}.f-footer-proof small{margin-top:3px;color:rgba(255,255,255,.72);font-size:.56rem}.f-footer-cta{display:flex;justify-content:space-between;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.5);border-radius:9px;padding:11px 13px;color:#fff;text-decoration:none;font-size:.67rem;font-weight:800}.f-selection-fab{position:fixed;z-index:60;right:18px;bottom:18px;display:flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:11px 13px;background:var(--f-green);color:#fff;box-shadow:0 12px 28px rgba(7,63,39,.24);cursor:pointer}.f-selection-fab span{font-size:.7rem;font-weight:800}.f-selection-fab b{min-width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--f-green);font-size:.66rem}.f-overlay{position:fixed;z-index:120;inset:0;display:flex;justify-content:flex-end;background:rgba(8,24,16,.47)}.f-drawer{width:min(560px,94vw);height:100%;overflow:auto;background:#fff;position:relative;box-shadow:-20px 0 50px rgba(8,28,18,.16)}.f-drawer-close{position:absolute;z-index:2;right:15px;top:15px;width:38px;height:38px;border:1px solid var(--f-line);border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--f-green);cursor:pointer}.f-drawer-image{display:block;width:100%;height:160px;object-fit:cover}.f-drawer-content{padding:24px 27px 30px}.f-drawer-content h2{margin:0;font-family:"Tenor Sans",Georgia,serif;font-size:1.8rem;font-weight:400;color:var(--f-green)}.f-drawer-content>p:not(.f-eyebrow){margin:9px 0 0;color:var(--f-muted);font-size:.78rem;line-height:1.55}.f-product-list{display:grid;gap:7px;margin-top:19px}.f-product-list button{display:grid;grid-template-columns:1fr auto;gap:3px 12px;align-items:center;text-align:left;border:1px solid var(--f-line);border-radius:10px;padding:11px 12px;background:#fff;color:var(--f-ink);cursor:pointer}.f-product-list button:hover{border-color:#afc1b6}.f-product-list button.selected{background:#edf5ef;border-color:#abc5b4}.f-product-list button span{font-size:.76rem;font-weight:750}.f-product-list button small{font-size:.58rem;color:var(--f-muted)}.f-product-list button .f-icon{grid-column:2;grid-row:1/3;width:16px;color:var(--f-green)}.f-selection-drawer{width:min(500px,94vw)}.f-selection-list{display:grid;gap:7px;margin:20px 0}.f-selection-list button{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--f-line);border-radius:9px;padding:11px;background:#fff;color:var(--f-ink);text-align:left;font-size:.74rem}.f-selection-actions{display:flex;gap:9px}.f-selection-actions button{border-radius:9px;padding:11px 13px;font-weight:800;font-size:.68rem;cursor:pointer}.f-clear{border:1px solid var(--f-line);background:#fff;color:var(--f-muted)}.f-whatsapp{flex:1;display:flex;justify-content:space-between;align-items:center;border:0;background:var(--f-green);color:#fff}.f-empty{min-height:200px;display:grid;place-items:center;text-align:center;color:var(--f-muted)}:focus-visible{outline:3px solid rgba(183,154,94,.75);outline-offset:3px}[dir=rtl] .f-nav,[dir=rtl] .f-header-actions,[dir=rtl] .f-kpis,[dir=rtl] .f-footer-proof{direction:rtl}[dir=rtl] .f-hero::after{background:linear-gradient(270deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.90) 31%,rgba(255,255,255,.28) 56%,rgba(255,255,255,0) 76%)}[dir=rtl] .f-hero-copy{margin-left:0;margin-right:auto;text-align:right}[dir=rtl] .f-kpis{left:auto;right:0}[dir=rtl] .f-search-results button,[dir=rtl] .f-product-list button{text-align:right}[dir=rtl] .f-universe-card>small{left:auto;right:18px}[dir=rtl] .f-universe-card>i{right:auto;left:14px;transform:rotate(180deg)}[dir=rtl] .f-expertise article>i{right:auto;left:-5px;transform:translateY(-50%) rotate(180deg)}[dir=rtl] .f-minimum-note{border-left:0;border-right:3px solid var(--f-green)}[dir=rtl] .f-overlay{justify-content:flex-start}[dir=rtl] .f-drawer-close{right:auto;left:15px}[dir=rtl] .f-selection-fab{right:auto;left:18px}
@media(max-width:1120px){.f-header-inner{grid-template-columns:170px 1fr auto;gap:15px}.f-nav{gap:18px}.f-nav a{font-size:.72rem}.f-project{padding-inline:13px}.f-hero-copy{width:58%}.f-kpis{width:62%}.f-footer-inner{grid-template-columns:165px repeat(3,1fr)}.f-footer-cta{grid-column:1/-1;justify-self:center;margin-bottom:16px;width:210px}.f-category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.f-shell{width:min(100% - 30px,720px)}.f-header{height:64px}.f-header-inner{grid-template-columns:42px 1fr 42px}.f-brand{grid-column:2;justify-self:center}.f-mobile-account{display:grid;place-items:center;grid-column:3;grid-row:1}.f-mobile-account .f-icon{width:21px}.f-brand img{width:142px}.f-nav,.f-header-actions{display:none}.f-menu{display:grid;place-items:center;grid-column:1;grid-row:1}.f-mobile-menu{display:block;position:fixed;z-index:100;inset:64px 0 0;background:#fff;padding:22px}.f-mobile-menu nav{display:grid}.f-mobile-menu a{display:flex;justify-content:space-between;align-items:center;padding:14px 4px;border-bottom:1px solid var(--f-line);color:var(--f-ink);text-decoration:none;font-weight:800}.f-mobile-menu a.active{color:var(--f-green)}.f-mobile-project{margin-top:18px;justify-content:center!important;border:0!important;border-radius:9px;background:var(--f-green);color:#fff!important}.f-hero{height:515px}.f-hero::after{background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.3) 28%,rgba(255,255,255,.93) 56%,rgba(255,255,255,.99) 100%)}.f-hero-bg img{object-position:center top}.f-hero-content{align-items:flex-end;padding-bottom:29px;text-align:center;justify-content:center}.f-hero-copy{width:100%;padding:0 8px 90px}.f-eyebrow{font-size:.58rem}.f-hero h1 span{font-size:2.15rem}.f-hero h1 strong{font-size:1.42rem;margin-top:5px}.f-hero-copy>i{margin:13px auto}.f-lead{margin:auto;font-size:.76rem;max-width:340px}.f-kpis{left:15px;right:15px;bottom:15px;width:auto;border-radius:9px}.f-kpis>div{grid-template-columns:1fr;justify-items:center;text-align:center;gap:2px;padding:12px 6px}.f-kpis .f-icon{width:19px}.f-kpis strong{font-size:.92rem}.f-kpis span{font-size:.53rem}.f-search-card{width:calc(100% - 30px);margin:16px auto 0;padding:17px;grid-template-columns:1fr;gap:11px;text-align:center}.f-search-copy h2{font-size:1.18rem}.f-search-results{top:125px;left:12px;right:12px;text-align:left}.f-universes{padding:36px 0 18px}.f-section-title h2{font-size:1.55rem}.f-section-title p{font-size:.7rem}.f-universe-grid{grid-template-columns:1fr;gap:11px}.f-universe-card{height:160px}.f-universe-icon{width:41px;height:41px;top:13px}.f-universe-icon .f-icon{width:20px}.f-universe-card>strong{bottom:58px;font-size:1.23rem}.f-universe-card>em{bottom:34px;font-size:.7rem}.f-universe-card>small{bottom:10px}.f-universe-card>i{bottom:9px}.f-expertise{padding:0;margin-bottom:24px;border:0;background:transparent}.f-expertise>h2,.f-expertise>div{display:none}.f-expertise.open>div{display:grid;grid-template-columns:1fr;margin-top:8px;border:1px solid var(--f-line);border-radius:10px;background:#fff;padding:8px}.f-expertise.open article>i{display:none}.f-expertise-mobile{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;border-radius:9px;padding:15px 17px;background:var(--f-green);color:#fff;font-family:"Tenor Sans",Georgia,serif;font-size:1.03rem}.f-expertise-mobile .f-icon{transition:transform .2s}.f-expertise.open .f-expertise-mobile .f-icon{transform:rotate(90deg)}.f-explorer{width:calc(100% - 30px);padding-top:25px}.f-explorer-head{align-items:flex-start}.f-category-grid{grid-template-columns:1fr}.f-footer-inner{min-height:0;grid-template-columns:1fr;padding:22px 0}.f-footer-logo{justify-self:center}.f-footer-proof{display:none}.f-footer-cta{grid-column:auto;margin:0;width:100%}.f-selection-fab span{display:none}.f-drawer{width:100%;max-width:none}.f-drawer-image{height:135px}.f-drawer-content{padding:22px 18px 28px}}
@media(max-width:520px){.f-hero{height:505px}.f-hero-copy{padding-bottom:88px}.f-hero h1 span{font-size:2rem}.f-hero h1 strong{font-size:1.32rem}.f-search-copy p{display:none}.f-search-field{height:44px}.f-section-title{margin-bottom:18px}.f-explorer-head{display:block}.f-family-count{margin-top:8px}.f-minimum-note{width:calc(100% - 30px)}.f-selection-fab{right:11px;bottom:11px}[dir=rtl] .f-selection-fab{right:auto;left:11px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
[dir=rtl] .f-hero h1{font-family:"Manrope",Arial,sans-serif;letter-spacing:0;line-height:1.12;font-weight:600}
[dir=rtl] .f-hero h1 span{font-size:clamp(2.65rem,3.65vw,3.65rem);line-height:1.12;font-weight:650}
[dir=rtl] .f-hero h1 strong{font-family:"Manrope",Arial,sans-serif;font-size:clamp(1.75rem,2.45vw,2.35rem);line-height:1.2;font-weight:500}
[dir=rtl] .f-section-title h2,[dir=rtl] .f-expertise>h2,[dir=rtl] .f-explorer-head h2,[dir=rtl] .f-drawer-content h2{font-family:"Manrope",Arial,sans-serif}
@media(max-width:820px){[dir=rtl] .f-hero h1 span{font-size:1.9rem}[dir=rtl] .f-hero h1 strong{font-size:1.28rem}}
[dir=rtl] .f-universe-shade{opacity:.72}

/* === END PRESERVED SOURCE: checkpoint.css === */

/* === BEGIN PRESERVED SOURCE: catalogue-final.css | SHA-256 3b09d3e2fa381d18eafdc1033f6b4ad7862b73fc665131a9b4f8e5cf9439f41b === */
/* COSMOYA — catalogue final: composition from references 203256 and 192859. */
:root{--f-green:#073f27;--f-green-deep:#053622;--f-ink:#10251b;--f-muted:#68766f;--f-line:#d9e2dc;--f-ivory:#fbfaf6;--f-sage:#eaf1ec;--f-gold:#b79a5e;--f-shadow:0 20px 50px rgba(15,45,31,.11)}
body{background:var(--f-ivory)}
.f-site{background:var(--f-ivory)}
.f-header{height:76px;position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);box-shadow:0 1px 0 rgba(7,63,39,.08)}
.f-header-inner{grid-template-columns:190px minmax(420px,1fr) auto;gap:24px}
.f-brand img{width:176px}.f-nav{gap:28px}.f-nav a{font-size:.76rem;padding-block:28px 24px}.f-header-actions{gap:10px}
.f-account{display:inline-flex;align-items:center;gap:7px;color:var(--f-green);text-decoration:none;font-size:.72rem;font-weight:800;padding:10px 12px;border-radius:999px;border:1px solid transparent;transition:.2s}
.f-account:hover{background:var(--f-sage);border-color:#d5e3da}.f-account .f-icon{width:17px}.f-project{border-radius:999px;padding:12px 17px;box-shadow:0 12px 26px rgba(7,63,39,.18)}
#f-main{display:flex;flex-direction:column;background:var(--f-ivory)}
.f-hero{order:1;height:auto;min-height:270px;overflow:visible;background:var(--f-ivory);border-bottom:0}
.f-hero-bg,.f-hero::after{display:none}.f-hero-content{height:auto;padding:72px 0 34px;align-items:stretch}.f-hero-copy{width:100%;padding:0;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);column-gap:80px;align-items:end}
.f-hero-copy>.f-eyebrow{grid-column:1;margin:0 0 16px;font-size:.66rem}.f-hero h1{grid-column:1;margin:0;line-height:1.02;max-width:690px}.f-hero h1 span{font-size:clamp(2.7rem,4vw,4.6rem);line-height:1.02}.f-hero h1 strong:empty{display:none}.f-hero-copy>i{display:none}
.f-hero-side{grid-column:2;grid-row:1/4;align-self:end;padding-bottom:4px}.f-hero-side .f-lead{max-width:430px;margin:0 0 20px;font-size:.94rem;line-height:1.7;color:#63736b}.f-explore-cta{display:inline-flex;align-items:center;gap:16px;padding:14px 22px;border-radius:999px;background:var(--f-green);color:#fff;text-decoration:none;font-size:.78rem;font-weight:800;box-shadow:0 12px 26px rgba(7,63,39,.17);transition:transform .2s,box-shadow .2s}.f-explore-cta:hover{transform:translateY(-2px);box-shadow:0 17px 32px rgba(7,63,39,.22)}.f-explore-cta .f-icon{width:18px}
.f-kpis{display:none}
.f-universes{order:2;width:min(1240px,calc(100% - 48px));padding:0 0 70px}.f-section-title{display:none}.f-universe-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.f-universe-card{height:354px;border-radius:18px;background:#fff;box-shadow:0 16px 34px rgba(20,50,35,.08);border:1px solid rgba(7,63,39,.08);transform:none;overflow:hidden;text-align:left}.f-universe-card:hover{transform:translateY(-5px);box-shadow:0 24px 46px rgba(20,50,35,.14)}.f-universe-card.selected{outline:3px solid rgba(7,63,39,.24);outline-offset:4px}.f-universe-card img{height:270px;inset:0 0 auto 0;object-fit:cover;transform:none}.f-universe-card:hover img{transform:scale(1.025)}.f-universe-shade{inset:auto 0 0;height:84px;background:linear-gradient(135deg,#123f30,#0c3829);opacity:1}.f-universe-card>strong{left:22px;right:22px;bottom:0;height:84px;display:flex;align-items:center;font-family:"Tenor Sans",Georgia,serif;font-size:1.65rem;text-transform:none;letter-spacing:-.01em;font-weight:400;color:#fff}.f-universe-card>em,.f-universe-card>small,.f-universe-card>i,.f-universe-icon{display:none}
.f-search-card{order:3;width:min(1180px,calc(100% - 48px));margin:0 auto 28px;min-height:94px;padding:18px 24px;grid-template-columns:270px minmax(0,1fr);border-radius:16px;background:#fff;box-shadow:0 18px 42px rgba(17,48,32,.08)}.f-search-copy h2{font-size:1.46rem}.f-search-field{height:50px}.f-search-results{top:91px;left:306px;right:24px;z-index:30}
.f-expertise{order:4;width:min(1180px,calc(100% - 48px));margin:0 auto 48px;padding:18px 24px 20px;border-radius:16px;background:#fff}.f-expertise>h2{text-align:left;font-size:1.3rem;margin-bottom:16px}.f-expertise article{padding:9px 18px}.f-expertise article strong{font-size:.72rem}.f-expertise article p{font-size:.64rem}
.f-explorer{order:5;width:min(1240px,calc(100% - 48px));padding:44px 0 26px}.f-explorer.visible{display:block}.f-explorer-head{align-items:end;padding-bottom:22px;margin-bottom:24px}.f-explorer-head h2{font-size:2.55rem}.f-explorer-head>div>p:last-child{font-size:.82rem;max-width:620px}.f-family-count strong{font-size:2.7rem}
.f-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.f-category-card{padding:0;min-height:430px;border-radius:16px;overflow:hidden;text-align:left;box-shadow:0 12px 30px rgba(20,50,35,.07);transition:transform .2s,box-shadow .2s,border-color .2s}.f-category-card:hover{transform:translateY(-5px);box-shadow:0 22px 42px rgba(20,50,35,.12);border-color:#b9cec0}.f-category-visual{aspect-ratio:4/3;margin:0;border-radius:0;background:#f1f0ec}.f-category-visual img{width:100%;height:100%;object-fit:cover}.f-category-meta{padding:17px 18px 0}.f-category-card h3{margin:14px 18px 8px;font-size:1.34rem;line-height:1.12}.f-category-card>p{margin:0 18px;color:var(--f-muted);font-size:.76rem;line-height:1.55}.f-category-action{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:18px;border-top:1px solid var(--f-line);color:var(--f-green);font-size:.72rem;font-weight:800}.f-category-action .f-icon{width:17px}.f-minimum-note{order:6;width:min(1240px,calc(100% - 48px));margin:8px auto 48px;border-radius:10px}
.f-footer{order:7}.f-footer-inner{min-height:112px}
/* Category modal: centered, balanced two-column composition. */
.f-overlay{z-index:150;justify-content:center;align-items:center;padding:28px;background:rgba(25,42,34,.68);backdrop-filter:blur(7px)}
.f-drawer:not(.f-selection-drawer){width:min(980px,calc(100vw - 56px));height:min(680px,calc(100vh - 56px));display:grid;grid-template-columns:38% 62%;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 34px 90px rgba(5,35,22,.28)}
.f-drawer:not(.f-selection-drawer) .f-drawer-close{right:18px;top:18px;width:40px;height:40px;z-index:6}
.f-drawer-media{position:relative;grid-column:1;grid-row:1;background:#f1eee5;min-height:0;display:flex;flex-direction:column}.f-drawer-media .f-drawer-image{width:100%;height:calc(100% - 62px);object-fit:contain;padding:26px;background:linear-gradient(#f4f1e9 0 24%,#fff 24% 78%,#f4f1e9 78%)}.f-drawer-media>div{height:62px;margin:0 18px 16px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#153e31;color:#fff}.f-drawer-media>div span{font-family:"Tenor Sans",Georgia,serif;font-size:1.5rem}.f-drawer-media>div small{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.f-drawer:not(.f-selection-drawer) .f-drawer-content{grid-column:2;grid-row:1;padding:36px 34px 28px;overflow:hidden;display:flex;flex-direction:column}.f-drawer-content>.f-eyebrow{margin-bottom:10px}.f-drawer-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-right:44px}.f-drawer-title h2{font-size:2rem;line-height:1.04}.f-drawer-title strong{flex:0 0 auto;margin-top:4px;padding:8px 12px;border-radius:999px;background:var(--f-sage);color:var(--f-green);font-size:.63rem}.f-drawer-title+p{font-size:.75rem!important;margin:8px 0 16px!important}.f-product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;overflow:auto;padding-right:4px}.f-product-list button{min-height:58px;padding:10px 12px;border-radius:11px}.f-product-list button span{font-size:.7rem;line-height:1.15}.f-product-list button small{font-size:.54rem}.f-product-list button.selected{background:#e8f2ea;border-color:#9abda6}.f-product-list button.selected .f-icon{color:#0d6a3e}
/* Selection stays a right-side drawer. */
.f-overlay:has(.f-selection-drawer){justify-content:flex-end;padding:0}.f-selection-drawer{width:min(520px,100vw);height:100%;border-radius:0;box-shadow:-24px 0 60px rgba(5,35,22,.22)}.f-selection-drawer .f-drawer-content{padding:34px 28px}.f-selection-actions{display:grid;grid-template-columns:auto 1fr;gap:9px}.f-project-link,.f-whatsapp{display:flex;align-items:center;justify-content:space-between;gap:8px;border-radius:9px;padding:12px 14px;text-decoration:none;font-weight:800;font-size:.68rem}.f-project-link{grid-column:1/-1;background:#edf4ef;color:var(--f-green)}.f-whatsapp{border:0;background:var(--f-green);color:#fff}.f-clear{padding:12px 14px}
.f-selection-fab{right:22px;bottom:22px;padding:12px 15px}.f-selection-fab span{display:inline}
[dir=rtl] .f-hero-copy{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}[dir=rtl] .f-hero-copy>.f-eyebrow,[dir=rtl] .f-hero h1{grid-column:2}[dir=rtl] .f-hero-side{grid-column:1;grid-row:1/4;text-align:right}[dir=rtl] .f-universe-card{text-align:right}[dir=rtl] .f-universe-card>strong{left:22px;right:22px}[dir=rtl] .f-category-card{text-align:right}[dir=rtl] .f-drawer:not(.f-selection-drawer) .f-drawer-close{right:auto;left:18px}[dir=rtl] .f-drawer-title{padding-right:0;padding-left:44px}[dir=rtl] .f-product-list{padding-right:0;padding-left:4px}[dir=rtl] .f-overlay:has(.f-selection-drawer){justify-content:flex-start}[dir=rtl] .f-selection-fab{right:auto;left:22px}
@media(max-width:1100px){.f-header-inner{grid-template-columns:160px 1fr auto}.f-nav{gap:16px}.f-account{font-size:.66rem;padding-inline:9px}.f-hero-copy{column-gap:46px}.f-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.f-expertise>div{grid-template-columns:repeat(2,1fr)}.f-expertise article:nth-child(2n)>i{display:none}}
@media(max-width:820px){.f-header{height:64px}.f-header-inner{grid-template-columns:42px 1fr 42px}.f-mobile-account{display:grid}.f-hero{min-height:0}.f-hero-content{padding:42px 0 26px}.f-hero-copy{display:block;text-align:center}.f-hero-copy>.f-eyebrow{margin-bottom:12px}.f-hero h1{margin-inline:auto}.f-hero h1 span{font-size:clamp(2rem,8vw,3rem)}.f-hero-side{padding-top:18px}.f-hero-side .f-lead{margin-inline:auto;margin-bottom:16px;font-size:.8rem}.f-explore-cta{padding:12px 18px}.f-universes{width:calc(100% - 30px);padding-bottom:34px}.f-universe-grid{grid-template-columns:1fr;gap:12px}.f-universe-card{height:250px}.f-universe-card img{height:190px}.f-universe-shade,.f-universe-card>strong{height:60px}.f-universe-card>strong{font-size:1.35rem}.f-search-card{width:calc(100% - 30px);margin-bottom:20px;grid-template-columns:1fr;text-align:center}.f-search-results{top:126px;left:12px;right:12px}.f-expertise{width:calc(100% - 30px);padding:0;border:0;background:transparent}.f-explorer{width:calc(100% - 30px);padding-top:26px}.f-explorer-head h2{font-size:2rem}.f-category-grid{grid-template-columns:1fr}.f-category-card{min-height:0}.f-overlay{padding:0;align-items:flex-end}.f-drawer:not(.f-selection-drawer){width:100%;height:min(92vh,780px);grid-template-columns:1fr;grid-template-rows:auto 1fr;border-radius:22px 22px 0 0}.f-drawer-media{grid-column:1;grid-row:1;height:210px}.f-drawer-media .f-drawer-image{height:160px;padding:12px;background:#f5f2ea}.f-drawer-media>div{position:absolute;left:12px;right:12px;bottom:10px;height:42px;margin:0}.f-drawer:not(.f-selection-drawer) .f-drawer-content{grid-column:1;grid-row:2;padding:22px 18px 24px}.f-drawer-title{padding-right:42px}.f-drawer-title h2{font-size:1.65rem}.f-product-list{grid-template-columns:1fr}.f-selection-drawer{width:100%;height:92vh;border-radius:22px 22px 0 0}.f-selection-fab span{display:none}}
@media(max-width:520px){.f-shell{width:calc(100% - 28px)}.f-hero-content{padding-top:32px}.f-hero h1 span{font-size:1.95rem}.f-hero-side .f-lead{max-width:330px}.f-universe-card{height:220px}.f-universe-card img{height:164px}.f-universe-shade,.f-universe-card>strong{height:56px}.f-search-copy p{display:block}.f-explorer-head{display:block}.f-category-card h3{font-size:1.25rem}.f-drawer-media{height:176px}.f-drawer-media .f-drawer-image{height:136px}.f-drawer-title h2{font-size:1.45rem}.f-drawer-title strong{font-size:.56rem;padding:7px 9px}.f-product-list button{min-height:54px}}
@media(min-width:1600px){.f-shell{width:min(1320px,calc(100% - 72px))}.f-universes,.f-explorer{width:min(1320px,calc(100% - 72px))}.f-universe-card{height:390px}.f-universe-card img{height:300px}.f-universe-shade,.f-universe-card>strong{height:90px}.f-category-grid{gap:22px}}

/* === END PRESERVED SOURCE: catalogue-final.css === */

/* === BEGIN PRESERVED SOURCE: catalogue-corrections-r1.css | SHA-256 796ecbfb8f40007d7eda193690e70a830b10a1c169da0b02293d50871ef6fbd0 === */
/* COSMOYA — catalogue corrective pass R1. */

/* PASS 3.2 icons: real SVG files instead of empty CSS masks. */
.f-asset-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.f-expertise article > span .f-asset-icon { width: 21px; height: 21px; }
.f-kpis .f-asset-icon { width: 22px; height: 22px; }
.f-footer-proof .f-asset-icon { width: 26px; height: 26px; filter: brightness(0) invert(1); }

/* Category modal: stable stage and corrected product proportions. */
.f-drawer:not(.f-selection-drawer) .f-drawer-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 62px;
  gap: 14px;
  padding: 20px 16px 16px;
  background: #f2efe7;
}
.f-drawer-media .f-drawer-image {
  box-sizing: border-box;
  align-self: center;
  justify-self: center;
  width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  transform: scale(1.02);
  transform-origin: center;
}
.f-drawer-media > div {
  position: static;
  width: 100%;
  height: 62px;
  margin: 0;
}
.f-drawer-media[data-category-id="face-toners-brumes"] .f-drawer-image,
.f-drawer-media[data-category-id="face-serums-concentres"] .f-drawer-image,
.f-drawer-media[data-category-id="hair-serums-huiles-capillaires"] .f-drawer-image,
.f-drawer-media[data-category-id="body-serums-huiles-de-soin"] .f-drawer-image { transform: scale(1.07); }
.f-drawer-media[data-category-id="face-soins-cibles"] .f-drawer-image,
.f-drawer-media[data-category-id="face-protection-soins-complementaires"] .f-drawer-image,
.f-drawer-media[data-category-id="hair-traitements-specifiques"] .f-drawer-image { transform: scale(1.05); }

/* More explicit interaction feedback without changing the approved composition. */
.f-universe-card,
.f-category-card,
.f-product-list button,
.f-selection-fab { touch-action: manipulation; }
.f-universe-card:focus-visible,
.f-category-card:focus-visible,
.f-product-list button:focus-visible { outline: 3px solid rgba(183,154,94,.72); outline-offset: 4px; }
.f-product-list button:active,
.f-category-card:active,
.f-universe-card:active { transform: translateY(1px) scale(.995); }

@media (max-width: 820px) {
  html.f-lock,
  html.f-lock body { overflow: hidden; }

  /* Header and full-screen mobile menu matching the supplied reference. */
  .f-header-inner { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 8px; }
  .f-menu { grid-column: 1; grid-row: 1; justify-self: start; width: 44px; height: 44px; }
  .f-brand { grid-column: 2; grid-row: 1; justify-self: center; }
  .f-brand img { width: min(190px, 52vw); }
  .f-mobile-account { grid-column: 3; grid-row: 1; justify-self: end; width: 44px; height: 44px; }
  .f-mobile-menu {
    position: fixed;
    z-index: 100;
    inset: 64px 0 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 26px 27px 44px;
    background: #fff;
  }
  .f-mobile-menu nav { width: min(100%, 620px); margin: 0 auto; }
  .f-mobile-menu a {
    min-height: 64px;
    padding: 0 4px;
    border-bottom: 1px solid #d9dfdc;
    color: #13251d;
    font-size: 18px;
    font-weight: 750;
    letter-spacing: -.015em;
  }
  .f-mobile-menu a span { min-width: 0; }
  .f-mobile-menu a .f-icon { width: 21px; }
  .f-mobile-menu .f-mobile-menu-plain { justify-content: flex-start; }
  .f-mobile-menu .f-mobile-menu-plain .f-icon { display: none; }
  .f-mobile-project {
    min-height: 64px !important;
    margin-top: 22px !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: var(--f-green) !important;
    box-shadow: 0 13px 28px rgba(7,63,39,.17);
  }

  /* Large vertical story rail: no internal scroll capture, cards follow page scroll. */
  .f-universes { padding-bottom: 18px; }
  .f-universe-grid {
    display: block;
    position: relative;
    padding-bottom: 24px;
  }
  .f-universe-card {
    position: sticky;
    top: 82px;
    width: 100%;
    height: min(66svh, 500px);
    min-height: 390px;
    margin: 0 0 22px;
    border-radius: 22px;
    box-shadow: 0 22px 48px rgba(20,50,35,.15);
  }
  .f-universe-card--0 { z-index: 1; }
  .f-universe-card--1 { z-index: 2; }
  .f-universe-card--2 { z-index: 3; }
  .f-universe-card img { height: calc(100% - 72px); object-position: center; }
  .f-universe-shade,
  .f-universe-card > strong { height: 72px; }
  .f-universe-card > strong { padding-inline: 24px; font-size: 1.65rem; }
  .f-universe-card.selected { outline-width: 2px; }

  /* Keep the modal nearly full-screen but make the illustration predictable. */
  .f-drawer:not(.f-selection-drawer) .f-drawer-media {
    height: 220px;
    grid-template-rows: minmax(0, 1fr) 44px;
    gap: 8px;
    padding: 10px 12px 10px;
  }
  .f-drawer-media .f-drawer-image {
    width: auto;
    height: 158px;
    max-width: 100%;
    padding: 2px;
    transform: none !important;
  }
  .f-drawer-media > div { height: 44px; }
}

@media (max-width: 520px) {
  .f-universe-card {
    top: 76px;
    height: min(64svh, 460px);
    min-height: 360px;
  }
  .f-universe-card img { height: calc(100% - 68px); }
  .f-universe-shade,
  .f-universe-card > strong { height: 68px; }
  .f-universe-card > strong { font-size: 1.55rem; }
  .f-mobile-menu { padding-inline: 27px; }
}

[dir="rtl"] .f-mobile-menu a .f-icon { transform: rotate(180deg); }

@media (prefers-reduced-motion: reduce) {
  .f-universe-card { position: relative; top: auto; }
}

/* === END PRESERVED SOURCE: catalogue-corrections-r1.css === */

/* === COSMOYA — MISSION 9 · CATALOGUE PUBLIC === */
/* Visual-only catalogue refinement. Data, copy, selection and modal behaviour stay untouched. */

#f-main {
  background:
    radial-gradient(circle at 88% 10%, rgba(225, 236, 230, .56), transparent 28rem),
    linear-gradient(180deg, #f8f7f2 0%, #fbfbf8 100%);
}

.f-hero {
  min-height: 0;
  background: transparent;
}
.f-hero-content {
  display: block;
  height: auto;
  padding: 58px 0 28px;
}
.f-hero-copy {
  align-items: center;
}
.f-hero-side {
  align-self: center;
  padding-bottom: 0;
}
.f-hero-side .f-lead {
  max-width: 470px;
}

/* Reintroduce the existing catalogue figures as a restrained proof strip. */
.f-kpis {
  position: static;
  display: grid;
  width: 100%;
  margin: 30px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: var(--f-ink);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(7, 63, 39, .11);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(16, 45, 31, .07);
  backdrop-filter: blur(10px);
}
.f-kpis > div {
  min-width: 0;
  grid-template-columns: 40px auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 2px;
  padding: 14px 20px;
}
.f-kpis > div + div::before {
  top: 14px;
  bottom: 14px;
  background: rgba(7, 63, 39, .12);
}
.f-kpis .f-asset-icon {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  background: #edf4ef;
}
.f-kpis strong {
  align-self: end;
  color: var(--f-green);
  font-family: "Tenor Sans", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.f-kpis span {
  color: var(--f-muted);
  font-size: .67rem;
  line-height: 1.3;
}

/* Functional order: introduction → search → universes → expertise. */
.f-search-card {
  order: 2;
  width: min(1240px, calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto 28px;
  padding: 17px 22px;
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  border-color: rgba(7, 63, 39, .12);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(17, 48, 32, .08);
}
.f-search-copy h2 {
  font-size: 1.42rem;
}
.f-search-field {
  height: 52px;
  border-color: #d4dfd8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}
.f-search-results {
  top: 94px;
  left: 314px;
  right: 22px;
}

.f-universes {
  order: 3;
  width: min(1240px, calc(100% - 48px));
  padding: 0 0 38px;
}
.f-universe-grid {
  gap: 20px;
}
.f-universe-card {
  height: 344px;
  border-radius: 20px;
  border-color: rgba(7, 63, 39, .1);
  box-shadow: 0 16px 34px rgba(20, 50, 35, .09);
}
.f-universe-card img {
  height: 264px;
}
.f-universe-shade,
.f-universe-card > strong {
  height: 80px;
}
.f-universe-card > strong {
  padding-inline: 24px;
  font-size: 1.62rem;
}
.f-universe-card.selected {
  outline: none;
  border-color: rgba(7, 63, 39, .42);
  box-shadow: 0 0 0 3px rgba(7, 63, 39, .13), 0 20px 42px rgba(20, 50, 35, .13);
}

.f-expertise {
  order: 4;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 42px;
  padding: 22px 26px 24px;
  border-radius: 18px;
  border-color: rgba(7, 63, 39, .11);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 14px 34px rgba(20, 50, 35, .06);
}
.f-expertise > h2 {
  margin-bottom: 18px;
  text-align: left;
  font-size: 1.38rem;
}
.f-expertise article {
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  padding: 11px 18px;
}
.f-expertise article > span {
  width: 46px;
  height: 46px;
  background: #f3f7f4;
}
.f-expertise article strong {
  font-size: .74rem;
}
.f-expertise article p {
  font-size: .67rem;
  line-height: 1.45;
}

.f-explorer {
  order: 5;
  width: min(1240px, calc(100% - 48px));
  padding: 46px 0 28px;
}
.f-explorer-head {
  padding-bottom: 22px;
  margin-bottom: 26px;
}
.f-explorer-head h2 {
  font-size: clamp(2.25rem, 3vw, 2.9rem);
}
.f-family-count {
  padding: 10px 14px;
  border-radius: 14px;
  background: #edf4ef;
}
.f-family-count strong {
  font-size: 2.45rem;
}

/* Six-column grid permits visually centred incomplete last rows. */
.f-category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}
.f-category-card {
  grid-column: span 2;
  min-height: 428px;
  border-radius: 18px;
  border-color: rgba(7, 63, 39, .12);
  box-shadow: 0 14px 34px rgba(20, 50, 35, .075);
}
.f-category-grid > .f-category-card:last-child:nth-child(3n + 1) {
  grid-column: 3 / span 2;
}
.f-category-grid > .f-category-card:nth-last-child(2):nth-child(3n + 1) {
  grid-column: 2 / span 2;
}
.f-category-grid > .f-category-card:last-child:nth-child(3n + 2) {
  grid-column: 4 / span 2;
}
.f-category-meta {
  padding-top: 18px;
}
.f-category-card h3 {
  margin-top: 13px;
  font-size: 1.3rem;
}
.f-category-card > p {
  font-size: .77rem;
}
.f-category-action {
  min-height: 58px;
  padding: 17px 18px;
}
.f-minimum-note {
  order: 6;
  width: min(1240px, calc(100% - 48px));
  margin: 8px auto 46px;
  border-radius: 12px;
}

[dir="rtl"] .f-kpis > div + div::before {
  left: auto;
  right: 0;
}
[dir="rtl"] .f-expertise > h2 {
  text-align: right;
}

@media (max-width: 1100px) and (min-width: 821px) {
  .f-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .f-category-grid > .f-category-card,
  .f-category-grid > .f-category-card:last-child:nth-child(3n + 1),
  .f-category-grid > .f-category-card:nth-last-child(2):nth-child(3n + 1),
  .f-category-grid > .f-category-card:last-child:nth-child(3n + 2) {
    grid-column: span 2;
  }
  .f-category-grid > .f-category-card:last-child:nth-child(odd) {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 820px) {
  .f-hero-content {
    padding: 34px 0 22px;
  }
  .f-hero-copy {
    display: block;
    text-align: left;
  }
  .f-hero h1 {
    max-width: 370px;
    margin: 0;
  }
  .f-hero h1 span {
    font-size: clamp(2.2rem, 10.6vw, 2.85rem);
  }
  .f-hero-side {
    padding-top: 18px;
  }
  .f-hero-side .f-lead {
    max-width: 390px;
    margin: 0 0 16px;
    font-size: .84rem;
  }
  .f-explore-cta {
    padding: 12px 18px;
  }
  .f-kpis {
    margin-top: 24px;
    border-radius: 14px;
  }
  .f-kpis > div {
    display: flex;
    min-height: 76px;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 10px 6px;
    text-align: center;
  }
  .f-kpis .f-asset-icon {
    width: 31px;
    height: 31px;
    padding: 7px;
  }
  .f-kpis strong {
    font-size: 1.22rem;
  }
  .f-kpis span {
    max-width: 96px;
    font-size: .57rem;
    line-height: 1.2;
  }

  .f-search-card {
    width: calc(100% - 30px);
    margin-bottom: 26px;
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }
  .f-search-copy h2 {
    font-size: 1.32rem;
  }
  .f-search-results {
    top: 126px;
    left: 12px;
    right: 12px;
  }

  /* Compact horizontal universe selector; no sticky vertical stack. */
  .f-universes {
    width: 100%;
    padding-bottom: 28px;
  }
  .f-section-title {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto 16px;
    text-align: left;
  }
  .f-section-title > span {
    display: none;
  }
  .f-section-title h2 {
    margin: 0 0 6px;
    font-size: 1.55rem;
  }
  .f-section-title p {
    max-width: 440px;
    font-size: .72rem;
    line-height: 1.55;
  }
  .f-universe-grid {
    display: grid;
    position: static;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 340px);
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 15px;
    padding: 4px 15px 18px;
    scrollbar-width: none;
  }
  .f-universe-grid::-webkit-scrollbar {
    display: none;
  }
  .f-universe-card,
  .f-universe-card--0,
  .f-universe-card--1,
  .f-universe-card--2 {
    position: relative;
    top: auto;
    z-index: auto;
    width: auto;
    height: 270px;
    min-height: 0;
    margin: 0;
    scroll-snap-align: center;
    border-radius: 20px;
  }
  .f-universe-card img {
    height: 206px;
  }
  .f-universe-shade,
  .f-universe-card > strong {
    height: 64px;
  }
  .f-universe-card > strong {
    padding-inline: 22px;
    font-size: 1.48rem;
  }

  .f-expertise {
    width: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .f-expertise-mobile {
    min-height: 58px;
    border-radius: 14px;
    padding: 15px 18px;
    box-shadow: 0 12px 28px rgba(7, 63, 39, .13);
  }
  .f-expertise.open > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-top: 10px;
    padding: 1px;
    overflow: hidden;
    border-radius: 14px;
    background: var(--f-line);
  }
  .f-expertise.open article {
    min-height: 124px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 16px;
    background: #fff;
  }

  .f-explorer {
    width: calc(100% - 30px);
    padding-top: 34px;
  }
  .f-explorer-head {
    align-items: flex-start;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .f-explorer-head h2 {
    font-size: 2.15rem;
  }
  .f-family-count {
    margin-top: 12px;
  }
  .f-category-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .f-category-grid > .f-category-card,
  .f-category-grid > .f-category-card:last-child:nth-child(3n + 1),
  .f-category-grid > .f-category-card:nth-last-child(2):nth-child(3n + 1),
  .f-category-grid > .f-category-card:last-child:nth-child(3n + 2),
  .f-category-grid > .f-category-card:last-child:nth-child(odd) {
    grid-column: 1;
  }
  .f-category-card {
    min-height: 0;
    border-radius: 18px;
  }
  .f-category-card h3 {
    font-size: 1.28rem;
  }
  .f-minimum-note {
    width: calc(100% - 30px);
    margin-bottom: 34px;
  }

  [dir="rtl"] .f-hero-copy,
  [dir="rtl"] .f-search-card,
  [dir="rtl"] .f-section-title {
    text-align: right;
  }
}

@media (max-width: 520px) {
  .f-hero-content {
    padding-top: 30px;
  }
  .f-hero h1 span {
    font-size: clamp(2.08rem, 10.8vw, 2.55rem);
  }
  .f-kpis > div {
    min-height: 72px;
  }
  .f-universe-grid {
    grid-auto-columns: min(86vw, 330px);
  }
  .f-universe-card,
  .f-universe-card--0,
  .f-universe-card--1,
  .f-universe-card--2 {
    height: 252px;
  }
  .f-universe-card img {
    height: 190px;
  }
  .f-universe-shade,
  .f-universe-card > strong {
    height: 62px;
  }
}

@media (min-width: 1600px) {
  .f-universes,
  .f-explorer,
  .f-expertise,
  .f-search-card {
    width: min(1320px, calc(100% - 72px));
  }
  .f-universe-card {
    height: 360px;
  }
  .f-universe-card img {
    height: 274px;
  }
  .f-universe-shade,
  .f-universe-card > strong {
    height: 86px;
  }
}

/* === END COSMOYA — MISSION 9 === */

/* === COSMOYA — MISSION 10 · HEADER FIXE CATALOGUE === */
/* Preserve the approved catalogue header while keeping it permanently accessible. */
.f-site {
  padding-block-start: 76px;
}

.f-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  width: 100%;
}

html {
  scroll-padding-block-start: 92px;
}

.f-site [id] {
  scroll-margin-block-start: 92px;
}

@media (max-width: 820px) {
  .f-site { padding-block-start: 64px; }
  html { scroll-padding-block-start: 80px; }
  .f-site [id] { scroll-margin-block-start: 80px; }
}
/* === FIN COSMOYA — MISSION 10 === */

/* === COSMOYA GLOBAL IMPROVEMENTS — INDEXATION PROGRESSIVE === */
.seo-catalogue-static { max-width: 1180px; margin: 0 auto; padding: 42px 24px 80px; color: #173b32; background: #f7f4ec; }
.seo-catalogue-static__head { max-width: 760px; margin-bottom: 42px; }
.seo-catalogue-static__head h1 { margin: 8px 0 18px; font-family: "Tenor Sans",Georgia,serif; font-size: clamp(2.2rem,5vw,4.7rem); font-weight: 400; line-height: 1; }
.seo-catalogue-static__head a { display: inline-flex; padding: 12px 18px; border-radius: 999px; background: #173b32; color: #fff; text-decoration: none; }
.seo-catalogue-static>article { margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(23,59,50,.16); }
.seo-catalogue-static h2 { font-family: "Tenor Sans",Georgia,serif; font-size: 2rem; font-weight: 400; }
.seo-catalogue-static article>div { margin-top: 24px; }
.seo-catalogue-static h3 { margin-bottom: 8px; font-size: 1.05rem; }
.seo-catalogue-static ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px 20px; padding-inline-start: 20px; }
.catalogue-app-ready .seo-catalogue-static { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; }
@media(max-width:760px){.seo-catalogue-static{padding:30px 18px 60px}.seo-catalogue-static ul{grid-template-columns:1fr}.seo-catalogue-static__head h1{font-size:2.6rem}}
