@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,700;1,800&family=DM+Sans:wght@400;500;600;650;700;800&display=swap');
:root{--lime:#b2ff1a;--ink:#171916;--paper:#f4f4ee;--muted:#60605b;--line:#d9d9d1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:14px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button{border:0}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sprite{position:absolute;width:0;height:0;overflow:hidden}.wrap{max-width:1440px;width:calc(100% - 112px);margin:auto}.topline{display:flex;justify-content:space-between;background:var(--ink);color:#dadfd0;padding:10px 56px;font-size:9px;letter-spacing:1.6px;font-weight:700}.topline b{color:var(--lime);margin-left:12px}.header{display:flex;align-items:center;justify-content:space-between;height:98px;gap:35px}.logo{font-size:54px;letter-spacing:-5px;line-height:1;font-weight:800}.logo span{font-size:12px;letter-spacing:0;vertical-align:top;display:inline-block;margin:10px 0 0 5px}.header nav{display:flex;gap:34px;margin-left:65px}.header nav a{font-size:13px;font-weight:600}.header nav a:hover,.text-button:hover{color:#171916}.account{display:flex;gap:28px;align-items:center}.text-button{background:none;font-size:12px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:56px;padding:0 24px;background:var(--ink);color:white;border-radius:5px;font-weight:650;font-size:13px;transition:transform .2s,background .2s}.button:hover{background:#303030;transform:translateY(-2px)}.button.small{min-height:43px;font-size:12px;padding:0 17px;gap:20px}.button.light{background:var(--paper);color:var(--ink)}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:36px;padding:28px 0 56px;align-items:center}.hero-copy{padding:25px 0}.eyebrow{font-size:10px;letter-spacing:1.65px;line-height:1.6;font-weight:700;margin:0 0 23px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--lime);margin-right:7px;box-shadow:0 0 0 4px #b2ff1a20}.hero .dot{background:#b2ff1a;box-shadow:none}h1,h2,h3,p{margin-top:0}h1,h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;letter-spacing:-1.8px;font-weight:700;line-height:.98}h1{font-size:clamp(65px,6.5vw,104px);margin-bottom:26px}h1 span{display:inline-block;position:relative;z-index:0;white-space:nowrap}h1 span:before{content:'';position:absolute;inset:13% -6px 0;background:var(--lime);z-index:-1;transform:rotate(-1.6deg)}.intro{color:var(--muted);font-size:16px;line-height:1.65;margin-bottom:29px}.hero-actions{display:flex;align-items:center;gap:23px}.underlink{font-size:12px;text-decoration:underline;text-underline-offset:5px;background:none;padding:0;display:inline-flex;gap:13px;align-items:center}.hero-note{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:10px;margin-top:27px}.hero-note svg{width:16px;height:16px}.hero-art{height:570px;position:relative;border-radius:8px;overflow:hidden;background:#44483f;color:white}.hero-art>img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:grayscale(1) brightness(.7)}.hero-art:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0008,transparent 65%);pointer-events:none}.art-top{position:absolute;left:25px;right:25px;top:23px;display:flex;justify-content:space-between;font-size:8px;letter-spacing:1.4px;z-index:1}.art-title{position:absolute;left:31px;bottom:95px;font-family:'Barlow Condensed',Impact,sans-serif;font-size:92px;font-weight:700;line-height:.86;letter-spacing:-2px;z-index:1}.art-title em{color:var(--lime)}.floating-tag{position:absolute;right:24px;top:45%;padding:11px 15px;backdrop-filter:blur(10px);background:#ffffff18;border:1px solid #ffffff40;border-radius:30px;font-size:11px;transform:rotate(-7deg);z-index:1}.art-bottom{position:absolute;bottom:30px;left:28px;font-size:8px;letter-spacing:1.2px;z-index:1}.round-arrow{position:absolute;right:25px;bottom:25px;border-radius:50%;width:49px;height:49px;display:grid;place-items:center;background:var(--lime);color:var(--ink);z-index:1}.ticker{background:var(--lime);padding:19px 0;overflow:hidden;border-block:1px solid #171916}.ticker>div{width:max-content;display:flex;align-items:center;gap:47px;font-family:'Barlow Condensed',Impact,sans-serif;font-size:27px;letter-spacing:.4px;font-weight:700;transform:translateX(-20px)}.ticker span{font-family:Arial;font-size:30px}.section{padding-top:87px;padding-bottom:87px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:36px}.section-head .eyebrow{margin-bottom:15px}h2{font-size:64px;margin-bottom:0}h2 em{font-weight:700;color:#171916} .section-head>p,.section-head>div>p:not(.eyebrow){font-size:13px;color:var(--muted);line-height:1.8;margin-bottom:4px}.universe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.universe{height:285px;border-radius:5px;padding:21px;position:relative;overflow:hidden;text-align:left;background:#20231f;color:white;transition:transform .25s}.universe:hover{transform:translateY(-5px)}.universe-number{position:absolute;top:19px;left:21px;font-size:9px;letter-spacing:1.6px;z-index:2}.universe-label{position:absolute;left:21px;right:21px;bottom:21px;display:flex;align-items:center;justify-content:space-between;z-index:2;font-size:24px;font-family:'Barlow Condensed',sans-serif;font-weight:600}.universe-label small{display:block;font-family:'DM Sans',sans-serif;font-weight:400;font-size:10px;margin-top:5px;opacity:.7}.texture{position:absolute;inset:-50px;background:repeating-linear-gradient(120deg,transparent 0 45px,#ffffff10 46px,#000 51px,#343a32 54px,#050705 62px);transform:rotate(-12deg);box-shadow:inset 0 -100px 100px #000}.sport{background:#171916}.sport-type{position:absolute;right:12px;top:35px;font:italic 800 60px/.85 'Barlow Condensed',sans-serif;color:#b2ff1a44;transform:rotate(-10deg)}.rubber{background:#202221}.rubber-shape{position:absolute;width:185px;height:250px;top:-35px;left:22%;border-radius:50%;transform:rotate(35deg);background:linear-gradient(90deg,#090b09 15%,#333833 30%,#858e80 39%,#20251d 42%,#030503 70%,#84897f 88%,#131612);box-shadow:15px 10px 20px #0008}.discover{background:#b2ff1a;color:var(--ink)}.big-hook{position:absolute;top:54px;left:calc(50% - 44px);width:88px;height:88px;stroke-width:.85;transform:rotate(-25deg)}.people-section{background:#eaeae5}.demo-note{font-size:10px;color:var(--muted);display:block;margin-top:10px}.filter-bar{display:flex;gap:8px;margin-bottom:22px;align-items:center}.chip{border:1px solid #cdcdc6;border-radius:30px;padding:10px 19px;background:transparent;font-size:11px}.chip.active{background:var(--ink);color:white;border-color:var(--ink)}.filter-caption{margin-left:auto;font-size:10px;color:var(--muted)}.profiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.profile{min-width:0}.profile-photo{height:310px;background:#444b41;border-radius:5px;position:relative;overflow:hidden}.profile-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:transform .5s}.profile:hover img{transform:scale(1.04)}.profile-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#0008);pointer-events:none}.profile-open{position:absolute;inset:0;z-index:1;background:transparent}.profile-city{position:absolute;left:14px;bottom:15px;color:white;font-size:10px;z-index:2;pointer-events:none}.pin-button{position:absolute;right:12px;top:12px;background:#151a1590;color:white;border:1px solid #ffffff50;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;z-index:3}.pin-button[aria-pressed=true]{background:var(--lime);color:var(--ink)}.pin-button svg{width:17px;height:17px}.profile-heading{display:flex;justify-content:space-between;align-items:center;margin:15px 0 8px}.profile-heading h3{font-size:17px;margin:0;letter-spacing:-.4px}.profile-heading h3 span{font-weight:400}.hook-button{display:flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #bdbdb5;background:transparent;border-radius:4px;font-size:10px;min-height:32px}.hook-button svg{width:15px;height:15px}.hook-button[aria-pressed=true]{background:var(--lime);border-color:var(--lime)}.tags{font-size:10px;color:var(--muted);line-height:1.7}.people-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:33px}.people-bottom>span{font-size:12px;color:var(--muted)}.connections{display:grid;grid-template-columns:1fr 1fr;gap:60px}.connections h2{font-size:59px}.body-copy{font-size:13px;line-height:1.8;color:var(--muted);margin-top:23px}.features article{display:flex;gap:22px;padding:22px 0;border-bottom:1px solid var(--line)}.features article:first-child{padding-top:0}.features article>svg,.code-icon{width:26px;height:26px;color:#171916}.code-icon{font-size:28px;line-height:1}.features h3{font-size:15px;margin-bottom:7px}.features p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.journal{border-top:1px solid var(--line)}.articles{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.article{background:transparent;padding:0;text-align:left}.article-art{height:235px;position:relative;border-radius:4px;overflow:hidden;display:flex;align-items:center;padding:25px}.article-art>span{font:800 64px/.83 'Barlow Condensed',sans-serif;letter-spacing:-1px}.article-art svg{position:absolute;bottom:18px;right:18px}.article-art em{font-weight:700}.art-one{background:#b2ff1a}.art-one span{transform:rotate(-7deg)}.art-two{background:var(--ink);color:#f4f4ee}.art-two em{color:var(--lime)}.art-three{background:var(--lime)}.article .eyebrow{font-size:8px;margin:21px 0 9px}.article h3{font-size:18px;line-height:1.4;letter-spacing:-.4px;margin:0}.article:hover h3{text-decoration:underline;text-underline-offset:5px}.trust{border-block:1px solid var(--line);padding:36px 0;display:flex;align-items:center;gap:25px;margin-bottom:80px}.trust>svg{width:46px;height:46px;stroke-width:1.1}.trust .eyebrow{font-size:8px;margin-bottom:9px}.trust h2{font-family:'DM Sans',sans-serif;font-size:23px;letter-spacing:-.8px;line-height:1.2}.trust p:last-child{font-size:12px;color:var(--muted);line-height:1.7;margin:12px 0 0}.trust>.underlink{margin-left:auto;white-space:nowrap}.final-cta{background:var(--lime);overflow:hidden}.final-cta>.wrap{position:relative;padding-block:70px}.final-cta h2{font-size:100px;position:relative;z-index:1;margin-bottom:27px}.final-cta h2 em{color:var(--ink)}.final-cta p:not(.eyebrow){font-size:10px;margin:18px 0 0;position:relative;z-index:1}.final-cta .button{position:relative;z-index:1}.giant-brand{position:absolute;font-size:clamp(260px,37vw,580px);font-weight:800;letter-spacing:-35px;line-height:.9;right:-10px;bottom:-53px;color:#171916;opacity:.12;pointer-events:none}footer{padding-block:40px;display:flex;gap:30px;align-items:center;flex-wrap:wrap}footer .logo{font-size:42px}footer .logo span{font-size:9px}footer p{font-size:10px;color:var(--muted);margin:0}footer>div{margin-left:auto;display:flex;gap:28px;align-items:center;font-size:10px}footer button{padding:0;background:none;font-size:10px}footer small{width:100%;font-size:9px;color:var(--muted);border-top:1px solid var(--line);padding-top:20px}dialog{border:0;border-radius:10px;background:var(--paper);padding:42px;max-width:530px;width:calc(100% - 32px);max-height:85dvh;color:var(--ink)}dialog::backdrop{background:#0d130dcc;backdrop-filter:blur(5px)}.dialog-close{position:absolute;top:12px;right:12px;background:transparent;display:grid;place-items:center;width:36px;height:36px}dialog h2{font-size:48px;margin:10px 0 22px}dialog p{color:var(--muted);line-height:1.8;font-size:14px}dialog .eyebrow{font-size:9px}dialog .button{margin-top:10px}dialog .modal-code{padding:16px;border:1px dashed #859271;letter-spacing:2px;font-weight:700}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);background:var(--ink);color:white;padding:15px 22px;border-radius:7px;box-shadow:0 5px 30px #0003;max-width:calc(100% - 32px);width:max-content;font-size:12px;opacity:0;pointer-events:none;transition:.2s;z-index:20}#toast.show{opacity:1;transform:translate(-50%,0)}:focus-visible{outline:3px solid #171916;outline-offset:5px}.mobile-only{display:none}[hidden]{display:none!important}
@media(min-width:1600px){.hero-art{height:630px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.topline{padding-inline:32px}.header nav{margin:0;gap:20px}.account{gap:15px}.hero{gap:24px}h1{font-size:72px}.hero-art{height:500px}.hero-actions{align-items:flex-start;flex-direction:column;gap:18px}.universe{height:250px;padding:15px}.universe-label{left:15px;right:15px}.profile-photo{height:265px}.connections{gap:30px}.connections h2{font-size:50px}.article-art>span{font-size:55px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.topline{padding:9px 20px;font-size:7px;letter-spacing:1px}.topline>span:first-child{display:none}.topline>span:last-child{width:100%;text-align:center}.header{height:78px;gap:20px;position:relative}.logo{font-size:46px}.account{margin-left:auto}.account .text-button{display:none}.account .button{min-height:38px;font-size:10px;padding:0 12px;gap:12px}.account .button svg{width:17px}.menu-toggle{display:flex;flex-direction:column;gap:6px;background:transparent;padding:12px 0 12px 6px;width:28px}.menu-toggle span{height:1.5px;width:20px;background:var(--ink)}.header nav{display:none;position:absolute;top:70px;left:-20px;right:-20px;background:var(--paper);z-index:10;padding:24px;box-shadow:0 12px 15px #0001;flex-direction:column}.header nav.open{display:flex}.hero{grid-template-columns:1fr;gap:28px;padding-top:15px;padding-bottom:27px}.hero-copy{padding:4px 0 0}.hero .eyebrow{font-size:8px;letter-spacing:1.1px;margin-bottom:22px}h1{font-size:clamp(57px,12.5vw,88px);letter-spacing:-1.4px;margin-bottom:22px;line-height:1.02}.intro{font-size:14px;margin-bottom:23px}.hero-actions{flex-direction:row;gap:19px;align-items:center}.hero-actions .button{font-size:11px;min-height:50px;padding-inline:16px;gap:15px}.hero-actions .underlink{font-size:10px}.hero-note{font-size:9px;margin-top:22px}.hero-art{height:345px}.art-title{font-size:76px;bottom:65px;left:23px}.art-top{font-size:7px;left:20px;right:20px;top:19px}.art-bottom{font-size:6px;bottom:25px;left:23px}.floating-tag{font-size:9px;padding:9px 12px;right:17px;top:44%}.round-arrow{width:40px;height:40px;right:20px;bottom:18px}.ticker{padding:13px 0}.ticker>div{font-size:21px;gap:25px}.ticker span{font-size:23px}.section{padding-block:53px}.section-head{display:block;margin-bottom:25px}.section-head .eyebrow{font-size:8px;margin-bottom:15px}h2{font-size:51px;letter-spacing:-1.2px}.section-head>p,.section-head>div>p:not(.eyebrow){font-size:12px;margin-top:20px;line-height:1.7}.section-head p br{display:none}.universe-grid{grid-template-columns:1fr 1fr;gap:10px}.universe{height:230px}.universe-number{left:15px;font-size:8px}.universe-label{font-size:24px;bottom:16px;align-items:flex-end}.universe-label small{font-size:8px}.universe-label svg{width:19px}.sport-type{font-size:55px;top:38px}.rubber-shape{width:130px;left:15%}.big-hook{top:45px;width:73px;height:73px;left:calc(50% - 36px)}.filter-bar{gap:6px;flex-wrap:wrap}.chip{font-size:10px;padding:9px 14px}.filter-caption{display:none}.profiles{grid-template-columns:1fr 1fr;gap:25px 12px}.profile-photo{height:235px}.profile-heading{flex-wrap:wrap;gap:8px;margin-top:12px}.profile-heading h3{font-size:15px}.hook-button{font-size:9px;padding-inline:5px}.tags{font-size:9px}.profile-city{font-size:9px;left:12px}.pin-button{width:32px;height:32px;right:9px;top:9px}.people-bottom{flex-direction:column;gap:19px;margin-top:30px}.people-bottom>span{font-size:11px}.people-bottom .button{width:100%}.connections{grid-template-columns:1fr;gap:30px}.connections h2{font-size:46px}.body-copy{font-size:12px}.features article{gap:18px;padding-block:19px}.features h3{font-size:14px}.features p{font-size:12px}.articles{grid-template-columns:1fr;gap:28px}.article-art{height:215px}.article-art>span{font-size:68px}.article .eyebrow{margin-top:16px}.article h3{font-size:18px}.trust{padding-block:28px;gap:18px;align-items:flex-start;flex-wrap:wrap;margin-bottom:48px}.trust>svg{width:30px;height:30px}.trust>div{flex:1}.trust .eyebrow{font-size:7px}.trust h2{font-size:20px}.trust p:last-child{font-size:11px}.trust p br{display:none}.trust>.underlink{margin-left:48px;font-size:11px}.final-cta>.wrap{padding-block:49px 85px}.final-cta h2{font-size:77px}.final-cta .eyebrow{font-size:8px}.giant-brand{font-size:260px;letter-spacing:-20px;bottom:-28px;right:-5px}.final-cta .button{font-size:12px}footer{padding-block:30px;gap:20px}footer p{font-size:9px}footer>div{margin:0;width:100%;justify-content:space-between}footer small{font-size:8px}dialog{padding:38px 24px 28px}dialog h2{font-size:40px}}
@media(max-width:370px){.wrap{width:calc(100% - 32px)}.hero-actions{gap:12px}.hero-actions .button{font-size:10px;padding-inline:12px;gap:10px}.hero-actions .underlink{font-size:9px}.profile-photo{height:210px}.universe{height:210px}.chip{padding-inline:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
/* Direction 02 — one accent, shared identity and navigation */
svg{stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.brand-group{display:flex;align-items:center;gap:20px;flex-shrink:0}.logo{display:inline-flex;gap:10px;align-items:center}.logo .wordmark{font-size:inherit;font-weight:800;line-height:1;letter-spacing:-4px;margin:0;vertical-align:baseline}.brand-mark{background:var(--lime);width:39px;height:39px;border-radius:10px;display:grid!important;place-items:center;margin:0!important;letter-spacing:0!important;color:var(--ink)}.brand-mark svg{width:32px;height:32px}.header{gap:20px}.header nav{margin-left:0;gap:25px}.menu-toggle{display:grid;place-items:center;width:42px;height:44px;padding:0;background:transparent;border:1px solid transparent;border-radius:5px}.menu-toggle:hover{background:var(--lime)}.menu-toggle svg{width:26px;height:26px}.hero .dot{background:var(--lime);box-shadow:0 0 0 1px #17191625}.hero-art>img{filter:grayscale(1) brightness(.78);object-position:center 23%}.floating-tag{background:#171916cc;border-color:#ffffff80;color:white}.hero-art .dot{background:var(--lime)}h2 em{color:var(--ink);background:var(--lime);padding:0 .09em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.final-cta h2 em{background:none}.features article>svg{color:var(--ink);background:var(--lime);width:44px;height:44px;padding:10px;border-radius:5px}.ticker svg{width:25px;height:25px}.universe{padding:0}.universe-image{width:100%;height:100%;object-fit:cover;object-position:center 25%;filter:grayscale(.25);transition:transform .4s}.universe:hover .universe-image{transform:scale(1.05)}.universe:not(.discover):after{content:'';position:absolute;inset:0;background:linear-gradient(#0004,transparent 30%,#000d)}.universe-label small{opacity:1;color:#eee}.universe.discover .universe-label small{color:var(--ink)}.universe-label svg{color:var(--lime)}.universe.discover .universe-label svg{color:var(--ink)}.profile-photo img{filter:none;object-position:center 25%}.profile-photo[data-person=leo] img{object-position:center 12%}.pin-button{background:#171916;color:white}.hook-button{min-height:38px;gap:6px}.hook-button svg{width:17px;height:17px}.article-art.art-one{background:var(--lime)}.article-art.art-three{background:var(--lime)}:focus-visible{outline:3px solid var(--ink);outline-offset:4px}a:focus-visible,button:focus-visible{box-shadow:0 0 0 7px var(--lime)}
#mega-menu{position:fixed;inset:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;padding:32px 56px;background:var(--ink);color:var(--paper);border:0;border-radius:0;overflow:auto}#mega-menu::backdrop{background:#171916}body:has(#mega-menu[open]){overflow:hidden}.mega-top{display:flex;justify-content:space-between;align-items:center;max-width:1328px;margin:auto;padding-bottom:28px;border-bottom:1px solid #ffffff30}.mega-top .logo{font-size:48px}.mega-top .wordmark{letter-spacing:-4px}.menu-close{width:48px;height:48px;border:1px solid #ffffff60;background:transparent;color:white;border-radius:50%;display:grid;place-items:center}.menu-close:hover{background:var(--lime);color:var(--ink)}.mega-layout{max-width:1328px;margin:40px auto;display:grid;grid-template-columns:1.4fr 1fr;gap:100px}.mega-layout .eyebrow{color:var(--lime);font-size:10px;margin-bottom:22px}.mega-links>a{display:flex;gap:23px;align-items:center;padding:14px 0;border-bottom:1px solid #ffffff25;transition:color .15s}.mega-links>a:hover{color:var(--lime)}.mega-links>a>span:not(.menu-number){font:600 48px/.95 'Barlow Condensed',sans-serif;letter-spacing:-.5px}.mega-links small{font:10px 'DM Sans',sans-serif;display:block;color:#b8b8ad;margin-top:8px;letter-spacing:0}.menu-number{align-self:flex-start;padding-top:6px;font-size:9px;color:var(--lime)}.mega-links>a>svg{margin-left:auto;width:30px;height:30px;color:var(--lime)}.mega-aside{align-self:start;background:var(--lime);color:var(--ink);border-radius:7px;padding:35px;position:relative;overflow:hidden}.mega-aside h2{font-size:64px;margin:55px 0 20px}.mega-aside p{font-size:12px;color:var(--ink)}.mega-brand{position:absolute;right:15px;top:13px;transform:rotate(-12deg)}.mega-brand svg{width:90px;height:90px}.mega-shortcuts{display:flex;flex-direction:column;gap:18px;margin-top:34px;padding-top:25px;border-top:1px solid #17191640}.mega-shortcuts a{display:flex;gap:12px;align-items:center;font-size:12px}.mega-bottom{max-width:1328px;display:flex;gap:30px;margin:auto;padding-top:22px;border-top:1px solid #ffffff30;font-size:10px}.mega-bottom button{padding:0;background:none;color:inherit;font-size:10px}.mega-bottom span{margin-left:auto;color:#b8b8ad}#mega-menu :focus-visible{outline-color:var(--lime);box-shadow:none}.mega-aside :focus-visible{outline-color:var(--ink)}
.page-intro{padding:50px 0 38px}.page-intro h1{font-size:82px;max-width:900px;line-height:1.04;margin-bottom:25px}.page-intro>p:last-child{font-size:15px;line-height:1.7;max-width:640px;color:var(--muted)}.page-content{padding-bottom:80px;padding-top:12px;min-height:40vh}.page-content>.demo-note{margin:0 0 22px}.search-toolbar{display:flex;gap:14px;margin-bottom:20px}.search-field{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:5px;min-height:56px;padding:0 18px;flex:1}.search-field input{min-width:0;width:100%;border:0;background:transparent;font:13px 'DM Sans',sans-serif;outline:none;color:var(--ink);height:54px}.search-field:focus-within{outline:2px solid var(--ink);box-shadow:0 0 0 5px var(--lime)}.extra-filters{display:flex;align-items:center;gap:35px;background:#eaeae5;padding:25px;margin-bottom:20px}.extra-filters label{display:flex;align-items:center;gap:15px;white-space:nowrap}.extra-filters select{font:inherit;padding:10px;border:1px solid var(--line);background:white;border-radius:3px}.extra-filters p{margin:0;font-size:12px;color:var(--muted)}.view-tabs{display:flex;gap:28px;border-bottom:1px solid var(--line);margin:20px 0 24px}.view-tabs button{background:none;padding:12px 0;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;border-bottom:3px solid transparent}.view-tabs button.active{color:var(--ink);border-bottom-color:var(--ink);box-shadow:0 3px var(--lime)}.view-tabs svg{width:18px;height:18px}.empty{padding:55px 20px;text-align:center;background:#eaeae5}.empty h2{font-size:45px;margin-bottom:15px}.empty p{font-size:13px;color:var(--muted)}.kink-catalog{display:grid;grid-template-columns:1fr 1fr;gap:24px}.kink-tile{height:470px;position:relative;overflow:hidden;border-radius:6px;color:white;background:var(--ink)}.kink-tile>img{width:100%;height:100%;object-fit:cover;object-position:center 20%;transition:transform .4s}.kink-tile:hover>img{transform:scale(1.03)}.kink-tile:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 30%,#000d)}.kink-tile>div{position:absolute;bottom:30px;left:30px;right:30px;z-index:1}.kink-tile h2{font-size:56px}.kink-tile .eyebrow{color:var(--lime);margin-bottom:12px}.kink-tile p:last-of-type{font-size:12px;margin:12px 0 0}.kink-tile svg{position:absolute;right:0;bottom:0;color:var(--lime)}.editorial-banner{padding:38px;background:var(--lime);display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:40px;border-radius:5px}.editorial-banner h2{font-size:43px}.editorial-banner .eyebrow{font-size:9px;margin-bottom:12px}.lexicon{max-width:1050px}.terms{margin-top:25px}.terms article{display:grid;grid-template-columns:1fr 2fr;padding:25px 0;border-bottom:1px solid var(--line);gap:30px}.terms h2{font-size:33px}.terms p,.lexicon>p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:0}.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.destination{background:#eaeae5;border-radius:6px;overflow:hidden}.destination>img{height:290px;width:100%;object-fit:cover;object-position:center 20%}.destination>div{padding:26px}.destination h2{font-size:36px}.destination .eyebrow{font-size:9px;margin-bottom:12px}.destination p{font-size:12px;line-height:1.7;margin-top:12px}.destination .underlink{margin-top:12px}.profile-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;padding-top:25px}.profile-main-photo{width:100%;height:660px;object-fit:cover;object-position:center 15%;border-radius:6px}.profile-info h1{font-size:82px;margin:15px 0}.profile-actions{display:flex;gap:10px;margin:25px 0}.profile-actions .hook-button{padding:0 15px;min-height:50px;background:var(--lime);border-color:var(--ink);font-size:12px}.profile-actions .pin-inline{padding:12px;border:1px solid var(--line);background:none;border-radius:5px;display:flex;align-items:center;gap:8px;font-size:12px}.profile-actions .pin-inline[aria-pressed=true]{background:var(--lime)}.profile-info>p{font-size:14px;color:var(--muted);line-height:1.8}.profile-block{padding:22px 0;border-top:1px solid var(--line)}.profile-block h2{font:700 16px 'DM Sans',sans-serif;letter-spacing:-.3px;margin-bottom:13px}.profile-block p{font-size:13px;line-height:1.8;color:var(--muted);margin:0}.profile-kinks{display:flex;gap:8px;flex-wrap:wrap}.profile-kinks span{background:var(--lime);padding:9px 13px;border-radius:3px;font-size:11px}.relation-link{display:flex;gap:15px;align-items:center;background:#eaeae5;padding:15px;border-radius:4px;font-size:13px}.relation-link svg:last-child{margin-left:auto}.profile-code{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-code button{background:none;display:flex;align-items:center;gap:8px;font-size:11px}.private-album{margin-top:15px;background:#eaeae5;padding:22px;display:flex;align-items:center;gap:15px}.private-album p{font-size:12px;margin:0;line-height:1.6}.private-album button{margin-left:auto;white-space:nowrap}
@media(max-width:1100px){.brand-group{gap:12px}.header nav{gap:17px}.header .logo{font-size:45px}.mega-layout{gap:45px}.mega-links>a>span:not(.menu-number){font-size:42px}.mega-aside{padding:25px}.mega-aside h2{font-size:56px}.profile-layout{gap:28px}.profile-actions{flex-wrap:wrap}.profile-main-photo{height:580px}.kink-tile{height:400px}}
@media(max-width:760px){.header{gap:10px}.brand-group{gap:6px}.header .logo{font-size:38px;gap:6px}.logo .wordmark{letter-spacing:-3px}.brand-mark{width:29px;height:29px;border-radius:7px}.brand-mark svg{width:25px;height:25px}.menu-toggle{width:34px;height:44px;flex-shrink:0}.menu-toggle svg{width:24px}.header .desktop-nav{display:none}.account .button{min-height:40px;padding-inline:10px;font-size:10px;gap:8px}.account .button svg{width:16px}.hero-art>img{object-position:center 28%}.features article>svg{width:40px;height:40px;padding:9px}.universe-image{object-position:center 20%}#mega-menu{padding:20px}.mega-top{padding-bottom:20px}.mega-top .logo{font-size:40px}.menu-close{width:42px;height:42px}.mega-layout{grid-template-columns:1fr;gap:25px;margin:27px 0}.mega-links>a{padding:13px 0;gap:18px}.mega-links>a>span:not(.menu-number){font-size:39px}.mega-links small{font-size:9px}.mega-links>a>svg{width:23px}.mega-aside{padding:24px}.mega-aside h2{font-size:44px;margin:0 0 14px}.mega-aside p{max-width:230px;font-size:11px}.mega-brand svg{width:65px;height:65px}.mega-shortcuts{flex-direction:row;flex-wrap:wrap;margin-top:24px;gap:22px}.mega-shortcuts a{font-size:11px}.mega-bottom{flex-wrap:wrap;gap:19px;font-size:9px}.mega-bottom button{font-size:9px}.mega-bottom span{margin:0;width:100%;font-size:8px}.page-intro{padding-top:30px;padding-bottom:20px}.page-intro h1{font-size:56px}.page-intro>p:last-child{font-size:13px}.page-intro .eyebrow{font-size:8px}.page-content{padding-bottom:45px}.search-toolbar{gap:8px;flex-wrap:wrap}.search-field{padding-inline:12px;min-height:48px}.search-field input{font-size:11px;height:48px}.search-field svg{width:18px}.filter-toggle{min-height:48px;font-size:11px;padding:0 12px;gap:7px}.filter-toggle svg{width:18px}.extra-filters{padding:20px;gap:15px;flex-wrap:wrap}.view-tabs{gap:22px}.view-tabs button{font-size:11px;gap:6px}.view-tabs svg{width:15px}.kink-catalog{gap:14px;grid-template-columns:1fr}.kink-tile{height:380px}.kink-tile>div{left:23px;right:23px;bottom:23px}.kink-tile h2{font-size:48px}.editorial-banner{padding:25px;flex-direction:column;align-items:flex-start}.editorial-banner h2{font-size:38px}.terms article{grid-template-columns:1fr;gap:10px}.terms p{font-size:13px}.terms h2{font-size:31px}.destination-grid{grid-template-columns:1fr;gap:20px}.destination>img{height:290px}.destination>div{padding:23px}.profile-layout{grid-template-columns:1fr;gap:25px;padding-top:20px}.profile-main-photo{height:420px}.profile-info h1{font-size:65px}.profile-actions .button{min-height:48px;font-size:11px;padding:0 16px;gap:15px}.profile-actions .hook-button{font-size:11px;padding:0 12px;min-height:48px}.profile-actions .pin-inline{font-size:10px;padding:10px}.profile-actions{gap:7px}.private-album{padding:17px;gap:10px}.private-album .underlink{font-size:10px}.private-album p{font-size:11px}footer .logo{gap:8px}footer>div{flex-wrap:wrap;gap:18px}footer p{max-width:160px}}
.giant-brand{color:transparent;-webkit-text-stroke:1.5px var(--ink);opacity:1}.profile-actions .hook-button[aria-pressed=true]{background:var(--ink);color:var(--lime)}
@media(max-width:760px){.giant-brand{font-size:210px;bottom:-20px;right:0;-webkit-text-stroke:1px var(--ink)}}
/* Direction 03 — horizontal links, photographic hero, moving profile tapestry */
.brand-mark{background:var(--paper);width:46px;height:44px;border-radius:10px}.brand-mark svg{width:44px;height:44px}.mega-brand{transform:none}.mega-brand svg{width:85px;height:85px;background:var(--paper);border-radius:18px}.mega-aside h2{font-size:57px;margin-top:60px}.hero-benefits{display:flex;gap:18px;flex-wrap:wrap;align-items:center;margin-top:28px}.hero-benefits span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:500}.hero-benefits svg{width:17px;height:17px}.hero-slides{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(.77);opacity:0;transition:opacity .9s ease}.hero-slide.is-active{opacity:1}.hero-art:after{background:linear-gradient(0deg,#000c,transparent 70%)}.hero-art .art-title{bottom:110px}.hero-art .art-top{pointer-events:none}.hero-controls{position:absolute;bottom:23px;left:23px;right:23px;display:flex;align-items:center;gap:10px;z-index:3}.hero-tabs{display:flex;gap:5px;flex:1}.hero-tabs button{color:white;background:#171916b3;border:1px solid #ffffff80;border-radius:4px;padding:10px 14px;font-size:10px;min-height:40px}.hero-tabs button[aria-pressed=true]{color:var(--ink);background:var(--lime);border-color:var(--lime)}.hero-tabs button:disabled{opacity:.5}.motion-button{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid #ffffff80;color:white;background:#171916b3;border-radius:4px;padding:10px}.motion-button svg{width:18px;height:18px}.people-wall{position:relative;height:740px;background:var(--ink);color:var(--paper);overflow:hidden;isolation:isolate}.wall-background{position:absolute;inset:-100px -40px;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;z-index:-3;transform:rotate(-7deg) scale(1.08);pointer-events:none}.wall-column{overflow:hidden;min-width:0}.wall-track{animation:wall-drift 54s linear infinite;will-change:transform}.wall-column:nth-child(even) .wall-track{animation-direction:reverse;animation-duration:62s}.wall-column:nth-child(3) .wall-track{animation-duration:70s}.wall-group{display:grid;gap:16px;padding-bottom:16px}.wall-portrait{height:270px;position:relative;border-radius:7px;overflow:hidden;background:#343432}.wall-portrait>img{width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:grayscale(.75)}.wall-card-icons{position:absolute;bottom:14px;right:13px;display:flex;gap:8px;color:white}.wall-card-icons svg{background:#171916b3;border-radius:50%;width:31px;height:31px;padding:7px}.wall-shade{position:absolute;inset:0;background:radial-gradient(ellipse at center,#10110ff2 0%,#10110fde 27%,#10110f60 85%),linear-gradient(#17191670,transparent 20%,transparent 80%,#171916b3);z-index:-1;pointer-events:none}.wall-top{position:absolute;top:27px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:20px}.wall-top .eyebrow{margin:0;color:var(--lime);font-size:9px}.wall-content{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);max-width:700px;text-align:center}.wall-content h2{font-size:84px;line-height:1.04;margin:0 0 24px;letter-spacing:-1.5px}.wall-content h2 em{background:transparent;color:var(--lime);padding:0}.wall-content>p{font-size:15px;line-height:1.7;color:#ededdf;margin-bottom:30px}.wall-actions{display:flex;justify-content:center;gap:12px;margin-bottom:25px}.wall-action{display:flex;text-align:left;align-items:center;gap:15px;min-width:205px;padding:17px 21px;border-radius:5px;border:1px solid #ffffff90;background:#171916d9;color:white}.wall-action>svg{width:28px;height:28px;color:var(--lime)}.wall-action strong{display:block;font-size:16px;font-weight:650}.wall-action small{display:block;font-size:10px;line-height:1.5;color:#ddd;margin-top:3px}.wall-action[aria-pressed=true]{background:var(--lime);color:var(--ink);border-color:var(--lime)}.wall-action[aria-pressed=true] svg,.wall-action[aria-pressed=true] small{color:var(--ink)}.wall-content>.button{background:var(--paper);color:var(--ink);min-width:260px}.wall-bottom{position:absolute;bottom:23px;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:8px;letter-spacing:1.1px;color:#fff}.wall-bottom>span:last-child{font-size:9px;letter-spacing:0}.is-paused .wall-track,.is-offscreen .wall-track,.is-tab-hidden .wall-track{animation-play-state:paused}@keyframes wall-drift{to{transform:translateY(-50%)}}
/* Buttons keep their geometry: only the color changes. Editorial cards stay intact. */
.button,.universe,button{transition:background-color .16s,color .16s,border-color .16s}.button:hover,.button:active,.universe:hover{transform:none}.button:hover,.button:active,.button.light:hover,.button.light:active,.wall-content>.button:hover,.wall-content>.button:active,button:not(.article):not(.universe):hover,button:not(.article):not(.universe):active,.profile-actions .hook-button:hover,.profile-actions .hook-button:active{background:var(--lime);color:var(--ink);border-color:var(--lime);box-shadow:none}.wall-action:hover svg,.wall-action:hover small,.wall-action:active svg,.wall-action:active small{color:var(--ink)}.universe:hover .universe-image,.profile:hover img,.kink-tile:hover>img{transform:none}.universe:hover{box-shadow:inset 0 0 0 3px var(--lime)}.article:hover h3{text-decoration:none}.article:active .article-art{outline:2px solid var(--ink);outline-offset:-2px}.underlink:hover,.underlink:active{background:var(--lime);color:var(--ink)}.profile-actions .hook-button[aria-pressed=true]:hover{background:var(--lime);color:var(--ink)}
@media(max-width:1100px){.hero-benefits{gap:12px}.hero-benefits span{font-size:9px}.hero-tabs button{padding-inline:10px}.wall-content h2{font-size:75px}.wall-portrait{height:250px}.wall-background{gap:12px}.wall-group{gap:12px;padding-bottom:12px}.mega-aside h2{font-size:48px}}
@media(max-width:760px){.brand-mark{width:37px;height:36px;border-radius:7px}.brand-mark svg{width:36px;height:36px}.header .logo{gap:5px}.hero-benefits{gap:11px;margin-top:23px;justify-content:space-between}.hero-benefits span{font-size:8px;gap:4px}.hero-benefits svg{width:14px;height:14px}.hero-art{height:380px}.hero-art .art-title{font-size:68px;bottom:92px;left:22px}.hero-controls{left:17px;right:17px;bottom:18px;gap:8px}.hero-tabs{gap:4px}.hero-tabs button{padding:9px 11px;font-size:9px;min-height:38px}.hero-controls .motion-button{height:38px;min-width:36px;padding:8px}.hero-controls .motion-button svg{width:16px;height:16px}.floating-tag{top:40%;right:18px}.hero-slide{object-position:center 22%}.people-wall{height:650px}.wall-background{grid-template-columns:repeat(3,1fr);width:650px;left:calc(50% - 325px);right:auto;gap:11px;transform:rotate(-8deg) scale(1.06)}.wall-column:nth-child(n+4){display:none}.wall-portrait{height:220px}.wall-group{gap:11px;padding-bottom:11px}.wall-top{top:20px}.wall-top .eyebrow{font-size:7px;letter-spacing:1px}.wall-top .motion-button{height:36px;min-width:36px;padding:8px}.wall-content h2{font-size:57px;letter-spacing:-1px;margin-bottom:20px}.wall-content>p{font-size:12px;line-height:1.8;margin-bottom:25px}.wall-actions{gap:8px;margin-bottom:22px}.wall-action{min-width:0;flex:1;padding:14px 12px;gap:9px}.wall-action>svg{width:23px;height:23px}.wall-action strong{font-size:14px}.wall-action small{font-size:9px}.wall-content>.button{font-size:12px;min-height:51px;min-width:240px}.wall-bottom{bottom:20px;flex-direction:column;gap:9px;align-items:center;font-size:6px}.wall-bottom>span:last-child{font-size:8px}.wall-shade{background:radial-gradient(ellipse at center,#10110ff2 0%,#10110fe6 25%,#10110f50 100%)}.mega-aside h2{font-size:42px;margin-top:0}.mega-brand svg{width:65px;height:65px}.mega-aside h2{max-width:200px}}
@media(max-width:370px){.hero-benefits{gap:6px}.hero-benefits span{font-size:7.5px}.hero-tabs button{padding-inline:9px}.wall-content h2{font-size:52px}.wall-action{padding-inline:10px;gap:7px}.wall-action small{font-size:8px}.header .logo{font-size:36px}}
@media(prefers-reduced-motion:reduce){.wall-track{animation:none!important}.hero-slide{transition:none}.wall-background{transform:rotate(-7deg)}}
@media(max-width:760px){.hero-benefits{display:grid;grid-template-columns:.95fr 1.25fr .9fr;gap:6px}.hero-benefits span{font-size:9px;gap:5px;white-space:nowrap}.hero-benefits svg{width:14px;height:14px}}
@media(max-width:370px){.hero-benefits span{font-size:8.5px;gap:4px}}
/* Direction 04 — star identity, restrained links, directional fills. */
.brand-mark{background:var(--lime);color:var(--ink);border-radius:10px;width:43px;height:43px}.brand-mark svg{width:34px;height:34px}.mega-brand svg{color:var(--ink);background:transparent;border-radius:0}.ticker svg{width:28px;height:28px}.hero-copy{padding-block:25px}.hero-benefits svg{width:20px;height:20px;stroke-width:1.7;flex-shrink:0}.hero-benefits span{gap:8px;font-size:10px}.hero-controls{justify-content:center;bottom:23px}.hero-tabs{flex:0 0 auto;gap:3px;align-items:center}.hero-tabs button{position:relative;display:grid;place-items:center;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;border:0;border-radius:50%;background:transparent!important;color:inherit!important}.hero-tabs button span{display:block;width:7px;height:7px;border-radius:50%;background:#ffffff90;transition:background-color .2s,transform .2s}.hero-tabs button[aria-pressed=true] span{background:var(--lime);transform:scale(1.25)}.hero-tabs button:hover span{background:white}.hero-tabs button[aria-pressed=true]:hover span{background:var(--lime)}.hero-tabs button:focus-visible{outline:2px solid var(--lime);box-shadow:none}.hero-art .art-title{bottom:93px}.art-top{justify-content:flex-start}.wall-content>.button{margin-top:12px}.wall-content .wall-join-note{font-size:11px;color:#ddd;margin:17px 0 0}.account{gap:13px}.account .text-button{order:0}.account .button:not(.app-download){order:1}.account .app-download{order:2}.app-download{--fill-base:var(--paper);--fill-text:var(--ink);border:1px solid var(--ink)}.app-download svg{width:19px;height:19px}.app-download span{white-space:nowrap}
/* The fill is a background layer: 0% to 100%, anchored at the left. */
:is(.button,.chip,.hook-button,.pin-button,.pin-inline,.menu-toggle,.menu-close,.motion-button,.dialog-close){background-color:var(--fill-base,transparent)!important;background-image:linear-gradient(var(--lime),var(--lime))!important;background-repeat:no-repeat!important;background-position:left center!important;background-size:0% 100%!important;color:var(--fill-text,inherit);transition:background-size .34s cubic-bezier(.22,.61,.36,1),color .25s,border-color .25s!important;transform:none!important}
.button{--fill-base:var(--ink);--fill-text:var(--paper);color:var(--fill-text)}.button.light,.wall-content>.button,.app-download{--fill-base:var(--paper);--fill-text:var(--ink);color:var(--ink)}.chip{--fill-text:var(--ink)}.chip.active{--fill-base:var(--ink);--fill-text:var(--paper);color:var(--paper)}.pin-button{--fill-base:var(--ink);--fill-text:var(--paper);color:var(--paper)}.pin-button[aria-pressed=true],.hook-button[aria-pressed=true],.pin-inline[aria-pressed=true]{--fill-base:var(--lime);--fill-text:var(--ink);color:var(--ink)}.menu-close,.motion-button{--fill-base:var(--ink);--fill-text:var(--paper);color:var(--paper)}
:is(.button,.chip,.hook-button,.pin-button,.pin-inline,.menu-toggle,.menu-close,.motion-button,.dialog-close):is(:hover,:active){background-size:100% 100%!important;color:var(--ink)!important;border-color:var(--ink);box-shadow:none;transform:none!important}.final-cta .button{border:1px solid var(--ink)}
/* Text links only: animated underline, no highlight and no color change. */
.underlink,.text-button,footer button,footer a:not(.logo),.desktop-nav a,.mega-bottom a,.mega-bottom button,.mega-shortcuts a,.profile-code button{background-color:transparent!important;background-image:linear-gradient(currentColor,currentColor)!important;background-position:right bottom!important;background-size:0% 1px!important;background-repeat:no-repeat!important;color:inherit!important;text-decoration:none!important;transition:background-size .25s ease!important;padding-bottom:4px;transform:none!important;border-radius:0}
:is(.underlink,.text-button,footer button,footer a:not(.logo),.desktop-nav a,.mega-bottom a,.mega-bottom button,.mega-shortcuts a,.profile-code button):is(:hover,:active){background-size:100% 1px!important;background-position:left bottom!important;color:inherit!important;box-shadow:none}
.article .link-label{display:inline;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-size:0% 1.5px;background-position:right bottom;transition:background-size .3s ease;box-decoration-break:clone;-webkit-box-decoration-break:clone;padding-bottom:2px}.article:is(:hover,:active) .link-label{background-size:100% 1.5px;background-position:left bottom}.article,.article:hover,.article:active{background:transparent!important;color:inherit!important}.article:active .article-art{outline:none}.article h3{text-decoration:none!important}.mega-links>a,.mega-links>a:hover,.mega-links>a:active{color:var(--paper)}.mega-links>a>span:not(.menu-number){background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:right bottom;background-size:0 1px;padding-bottom:5px;transition:background-size .3s}.mega-links>a:is(:hover,:active)>span:not(.menu-number){background-size:100% 1px;background-position:left bottom}.mega-links>a>svg{color:inherit}.mega-links small{color:#b8b8ad}.relation-link{color:inherit}.relation-link strong{background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-size:0% 1px;background-position:right bottom;transition:background-size .25s}.relation-link:is(:hover,:active) strong{background-size:100% 1px;background-position:left bottom}
#mega-menu{will-change:transform}#mega-menu::backdrop{background:#17191655;backdrop-filter:none}.mega-links>a{gap:0}.mega-top{gap:20px}.mega-aside h2{margin-top:65px}.final-cta>.wrap{display:grid;grid-template-columns:1.15fr 1fr;gap:0 30px;padding-block:65px;align-items:start}.final-cta>.wrap>:not(.giant-brand){grid-column:1}.final-cta h2{font-size:clamp(65px,7vw,100px);line-height:1.02}.final-cta h2>span{display:block;white-space:nowrap}.final-cta .button{justify-self:start}.giant-brand{position:static;grid-column:2;grid-row:1 / 6;align-self:end;justify-self:end;font-size:clamp(150px,25vw,360px);letter-spacing:-.065em;line-height:.8;margin:0 0 4px;transform:none}.final-cta p:not(.eyebrow){line-height:1.6}.hero-copy,.section-head>*,.connections>*,.profile-info{min-width:0}
@media(max-width:1180px){.header .desktop-nav{display:none}.header .account{margin-left:auto}.final-cta>.wrap{grid-template-columns:1.4fr 1fr}.giant-brand{font-size:25vw}.mega-layout{gap:35px}}
@media(max-width:760px){.header{height:112px;display:flex;justify-content:space-between;gap:10px}.header .account{display:flex;flex-direction:column;align-items:flex-end;gap:6px;margin-left:auto}.header .account .button{min-height:35px;font-size:10px;padding:0 11px;gap:8px;width:153px;justify-content:center}.header .account .app-download{font-size:9px}.header .account .text-button{display:none}.header .account .app-download svg{width:16px;height:16px}.brand-group{gap:7px}.header .logo{font-size:37px;gap:6px}.brand-mark{width:33px;height:33px;border-radius:8px}.brand-mark svg{width:27px;height:27px}.menu-toggle{width:31px}.hero{padding-top:14px}.hero-copy{padding:0}.hero h1{font-size:clamp(44px,12.5vw,82px);line-height:1.03}.hero-benefits{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:24px}.hero-benefits span{white-space:normal;font-size:9px;line-height:1.5;gap:6px;align-items:center}.hero-benefits svg{width:18px;height:18px;stroke-width:1.8}.hero-art .art-title{bottom:88px}.hero-controls{bottom:17px}.hero-tabs{gap:4px}.hero-tabs button{width:32px;height:32px;min-width:32px;min-height:32px}.page-intro h1{font-size:clamp(40px,12vw,64px)}.wall-content h2{font-size:clamp(39px,12.5vw,57px)}.wall-content>p{font-size:12px}.wall-content .wall-join-note{font-size:10px}.connections h2{font-size:clamp(37px,11.7vw,46px)}.section-head h2{font-size:clamp(40px,12vw,51px)}.final-cta>.wrap{display:block;padding-block:45px 30px}.final-cta h2{font-size:clamp(43px,13.7vw,76px);line-height:1.06;margin-bottom:26px}.final-cta .eyebrow{font-size:8px;letter-spacing:1.2px;max-width:100%;line-height:1.8}.final-cta p:not(.eyebrow){margin-top:18px;font-size:10px}.giant-brand{display:block;position:static;width:max-content;max-width:100%;margin:38px 0 0 auto;font-size:clamp(130px,47vw,250px);line-height:.85;letter-spacing:-.065em;transform:none}.final-cta .button{min-height:52px}.mega-aside h2{margin-top:0}.mega-top .logo{font-size:40px}.mega-layout{gap:25px}.trust>.underlink{margin-left:48px}.private-album{flex-wrap:wrap}.profile-actions{flex-wrap:wrap}.article h3{font-size:17px}.body-copy br{display:none}}
@media(max-width:370px){.wrap{width:calc(100% - 32px)}.header{gap:6px}.header .logo{font-size:33px;gap:4px}.brand-group{gap:3px}.brand-mark{width:28px;height:28px;border-radius:6px}.brand-mark svg{width:24px;height:24px}.menu-toggle{width:28px}.header .account .button{width:139px;padding-inline:8px;font-size:9px}.header .account .app-download{font-size:8.5px;gap:5px}.hero-benefits span{font-size:8px;gap:4px}.hero-benefits svg{width:16px;height:16px}.hero-actions{gap:12px;flex-wrap:wrap}.hero-actions .button{font-size:10px;min-height:48px}.hero-actions .underlink{font-size:9px}.final-cta h2{font-size:13.5vw}.wall-content{width:calc(100% - 32px)}.wall-content h2{font-size:12.3vw}.mega-links>a>span:not(.menu-number){font-size:35px}.profile-code{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){#mega-menu{will-change:auto}.button,.underlink,.article .link-label{transition:none!important}}

/* Keep reassurance copy readable and the tablet hero within its column. */
@media(max-width:760px){.trust{display:grid;grid-template-columns:30px minmax(0,1fr);gap:18px}.trust>.underlink{grid-column:2;margin-left:0;justify-self:start}.trust>div{min-width:0}}
@media(min-width:761px) and (max-width:1000px){.hero h1{font-size:clamp(50px,6.7vw,67px)}.hero-benefits{flex-wrap:wrap}}

/* Direction 05 — typographic links, quiet motion and product preview. */
.hero h1{margin-bottom:42px}.hero-actions{margin-top:8px}
.button{--fill-color:var(--lime);--hover-text:var(--ink);background-image:linear-gradient(var(--fill-color),var(--fill-color))!important}
.button:is(:hover,:active){color:var(--hover-text)!important}
.app-download,.final-cta .button,.mega-aside .button,.editorial-banner .button{--fill-base:var(--paper);--fill-text:var(--ink);--fill-color:var(--ink);--hover-text:var(--paper);border:1px solid var(--ink)!important;color:var(--ink)}
.mega-links>a>span{flex:none}.mega-links>a{justify-content:space-between}
[data-ink-link],[data-ink-link]:is(:hover,:active),.article .link-label,.mega-links>a>span:not(.menu-number),.relation-link strong{background-image:none!important;text-decoration:none!important}
.ink-label{position:relative;display:inline-block!important;max-width:100%;background:none!important;padding-bottom:0!important;vertical-align:baseline}
.ink-line{position:absolute;display:block;height:1px;background:currentColor;pointer-events:none;transform:scaleX(0);transform-origin:right;transition-property:transform;transition-duration:var(--duration);transition-delay:var(--return);transition-timing-function:linear}
.article .ink-line{height:1.5px}
[data-ink-link]:is(:hover,:active,:focus-visible) .ink-line{transform:scaleX(1);transform-origin:left;transition-delay:var(--start)}
.ticker .ticker-track{display:flex;gap:0;width:max-content;transform:none;animation:ticker-drift 45s linear infinite;will-change:transform}
.ticker-group{display:flex;align-items:center;gap:46px;padding-right:46px;flex-shrink:0}
.ticker .ticker-group span{font:inherit;font-size:inherit;white-space:nowrap}.ticker:hover .ticker-track{animation-play-state:paused}
@keyframes ticker-drift{to{transform:translateX(-50%)}}
.app-showcase{padding-bottom:76px}.app-showcase .section-head{margin-bottom:54px}.app-showcase h2{line-height:1.14}.device-stage{position:relative;padding:28px 135px 70px 12px;isolation:isolate}.device-stage:before{content:'';position:absolute;inset:15% 0 0 0;background:#e7e8df;border-radius:9px;z-index:-1}.desktop-device{position:relative;background:var(--ink);border:8px solid var(--ink);border-radius:15px 15px 5px 5px;box-shadow:0 16px 35px #17191615}.desktop-chrome{height:31px;display:flex;gap:5px;align-items:center;padding:0 14px;color:#c6c8be}.desktop-chrome>span{width:5px;height:5px;border-radius:50%;background:#777b70}.desktop-chrome small{margin:auto;font-size:8px;letter-spacing:.8px;padding-right:25px}.desktop-screen{display:grid;grid-template-columns:155px minmax(0,1fr);background:var(--paper);min-height:430px}.screen-sidebar{padding:24px 16px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.screen-logo{font-size:31px;font-weight:800;letter-spacing:-2px;display:flex;align-items:center;gap:7px;line-height:1}.screen-logo svg{width:25px;height:25px;background:var(--lime);padding:3px;border-radius:5px}.screen-sidebar .screen-logo{margin:0 0 24px;padding:0}.screen-sidebar>div:not(.screen-logo){font-size:9px;display:flex;align-items:center;gap:8px;padding:10px 7px;border-radius:4px}.screen-sidebar>div svg{width:14px;height:14px}.screen-nav-active{background:var(--lime);font-weight:700}.screen-sidebar-note{margin-top:auto;padding:20px 4px;font:700 26px/.98 'Barlow Condensed',sans-serif}.screen-main{padding:25px;min-width:0}.screen-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.screen-heading small{font-size:6px;letter-spacing:1px;display:block;margin-bottom:7px}.screen-heading strong{font:700 32px/1 'Barlow Condensed',sans-serif}.screen-heading>svg{width:18px;height:18px}.screen-filters{display:flex;align-items:center;gap:6px;margin-bottom:17px;font-size:7px}.screen-filters span{border:1px solid var(--line);padding:6px 9px;border-radius:20px;white-space:nowrap}.screen-filters span:first-child{background:var(--ink);color:var(--paper);border-color:var(--ink)}.screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.screen-profile{position:relative;overflow:hidden;aspect-ratio:1/.95;border-radius:5px;background:var(--ink);color:white}.screen-profile:after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#000b)}.screen-profile img{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.screen-profile>span{position:absolute;left:10px;bottom:9px;z-index:1}.screen-profile b{display:block;font-size:10px}.screen-profile small{font-size:7px}.screen-profile i{position:absolute;right:9px;top:9px;background:var(--lime);width:5px;height:5px;border-radius:50%}.laptop-base{position:absolute;height:12px;bottom:-19px;left:-4%;width:108%;background:#aeb0a5;border-radius:2px 2px 70% 70%;box-shadow:0 6px 10px #17191612}.laptop-base:before{content:'';position:absolute;top:0;width:15%;height:4px;background:#72766b;left:42.5%;border-radius:0 0 5px 5px}.phone-device{position:absolute;width:235px;right:25px;bottom:26px;background:var(--paper);border:7px solid var(--ink);border-radius:36px;padding:39px 12px 16px;box-shadow:0 15px 25px #17191630}.phone-island{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:64px;height:17px;background:var(--ink);border-radius:15px}.phone-status{position:absolute;top:13px;left:16px;right:16px;display:flex;justify-content:space-between;font-size:7px}.phone-device .screen-logo{font-size:28px;margin:6px 0 19px}.phone-device .screen-logo svg{width:22px;height:22px}.phone-heading{font:700 30px/1 'Barlow Condensed',sans-serif;margin-bottom:13px}.phone-device .screen-filters{font-size:7px;gap:5px}.phone-device .screen-filters span{padding:6px 9px}.phone-device .screen-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.phone-device .screen-profile{aspect-ratio:.73}.phone-device .screen-profile>span{left:7px;bottom:7px}.phone-device .screen-profile b{font-size:9px}.phone-device .screen-profile small{font-size:6px}.phone-nav{display:flex;justify-content:space-around;margin-top:19px;padding:12px 0 7px;border-top:1px solid var(--line)}.phone-nav svg{width:17px;height:17px}.phone-nav svg:first-child{color:var(--ink);background:var(--lime);box-shadow:0 0 0 5px var(--lime);border-radius:3px}.phone-home{width:72px;height:3px;background:var(--ink);border-radius:4px;margin:12px auto 0}.app-download-row{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:36px}.app-download-row strong{font-size:17px}.app-download-row p{color:var(--muted);font-size:12px;margin:9px 0 0}.store-buttons{display:flex;gap:10px}.store-button{justify-content:flex-start;gap:12px;padding:12px 18px;min-height:61px;white-space:nowrap}.store-button>span{font-size:17px;line-height:1.2;text-align:left}.store-button small{font-size:8px;font-weight:400;display:block;margin-bottom:4px}.store-button svg{width:24px;height:24px}
@media(max-width:1100px){.desktop-screen{grid-template-columns:125px minmax(0,1fr);min-height:370px}.screen-main{padding:19px}.screen-sidebar{padding:20px 10px}.device-stage{padding-right:115px}.phone-device{width:210px;right:5px}.screen-profile{aspect-ratio:.8}.app-download-row strong{font-size:14px}.store-button{padding-inline:13px}.screen-heading strong{font-size:28px}}
@media(max-width:760px){.hero h1{line-height:1.17;margin-bottom:30px}.hero h1 span:before{inset:14% -4px 3%}.section-head h2,.page-intro h1{line-height:1.2}.section-head h2 em{padding:0 .09em}.wall-content h2{line-height:1.2;margin-bottom:27px}.wall-content>.button{margin-top:6px}.ticker-group{gap:28px;padding-right:28px}.ticker .ticker-track{animation-duration:36s}.app-showcase .section-head{margin-bottom:24px}.device-stage{padding:22px 0 130px;margin-inline:-4px}.device-stage:before{inset:10% 0 0}.desktop-device{width:94%;border-width:5px;border-radius:9px 9px 3px 3px}.desktop-chrome{height:18px;padding-inline:8px}.desktop-chrome>span{width:3px;height:3px}.desktop-chrome small{font-size:5px}.desktop-screen{grid-template-columns:65px minmax(0,1fr);min-height:230px}.screen-sidebar{padding:12px 6px;gap:4px}.screen-sidebar .screen-logo{font-size:16px;letter-spacing:-1px;gap:3px;margin-bottom:13px}.screen-sidebar .screen-logo svg{width:14px;height:14px;padding:2px;border-radius:3px}.screen-sidebar>div:not(.screen-logo){font-size:5px;gap:3px;padding:7px 3px}.screen-sidebar>div svg{width:8px;height:8px}.screen-sidebar-note{font-size:17px;padding:10px 3px}.screen-main{padding:13px 9px}.screen-heading{margin-bottom:10px;gap:5px}.screen-heading strong{font-size:19px}.screen-heading small{font-size:4px;letter-spacing:.5px;margin-bottom:5px}.screen-heading>svg{width:11px;height:11px}.screen-filters{font-size:4px;gap:3px;margin-bottom:10px}.screen-filters span{padding:4px 5px}.screen-grid{gap:5px}.screen-profile{aspect-ratio:.68}.screen-profile>span{left:4px;bottom:4px}.screen-profile b{font-size:5px}.screen-profile small{font-size:4px}.screen-profile i{width:3px;height:3px;top:5px;right:5px}.laptop-base{height:7px;bottom:-11px}.phone-device{width:159px;right:5px;bottom:16px;border-width:5px;border-radius:26px;padding:29px 8px 11px}.phone-island{width:45px;height:13px;top:6px}.phone-status{top:10px;left:10px;right:10px;font-size:5px}.phone-device .screen-logo{font-size:20px;letter-spacing:-1px;margin:4px 0 13px;gap:4px}.phone-device .screen-logo svg{width:17px;height:17px}.phone-heading{font-size:22px;margin-bottom:10px}.phone-device .screen-filters{font-size:5px}.phone-device .screen-filters span{padding:5px 7px}.phone-device .screen-grid{gap:5px}.phone-device .screen-profile b{font-size:6px}.phone-device .screen-profile small{font-size:5px}.phone-device .screen-profile>span{left:4px;bottom:4px}.phone-nav{margin-top:12px;padding-top:10px}.phone-nav svg{width:12px;height:12px}.phone-home{width:50px;height:2px;margin-top:9px}.app-download-row{display:block;margin-top:26px}.app-download-row strong{font-size:15px;line-height:1.5}.app-download-row p{font-size:11px}.store-buttons{margin-top:20px;gap:9px}.store-button{flex:1;padding:12px;gap:9px;min-height:58px}.store-button>span{font-size:15px}.store-button svg{width:20px;height:20px}.app-showcase{padding-bottom:50px}}
@media(max-width:370px){.screen-filters span{padding-inline:3px}.screen-heading strong{font-size:16px}.phone-device{width:145px}.store-button{padding:10px;gap:7px}.store-button>span{font-size:13px}.store-button small{font-size:7px}}
@media(prefers-reduced-motion:reduce){.ticker .ticker-track{animation:none}.ink-line{transition:none!important}}
@media(min-width:761px){.device-stage{max-width:1200px;margin-inline:auto}.desktop-screen .screen-profile{aspect-ratio:1.42}.desktop-screen{min-height:0}.screen-sidebar{min-height:400px}}
@media(max-width:760px){.desktop-screen{aspect-ratio:1.6;min-height:0;overflow:hidden}.desktop-screen .screen-profile{aspect-ratio:1}.desktop-screen .screen-sidebar,.desktop-screen .screen-main{min-height:0}.device-stage{padding-bottom:180px}}
.ticker-group{min-width:100vw;justify-content:space-around}
.articles{align-items:start}

/* Direction 06 — No Taboo journal and three shared commitments. */
.logo .brand-mark svg{transform-origin:center;transform-box:fill-box}
.section-head h2{line-height:1.2}
.journal{padding:0;border:1px solid var(--ink);border-radius:8px;background:#e9ebe2;margin-bottom:84px;overflow:hidden}
.journal-masthead{padding:26px 38px;display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid var(--ink)}
.journal-masthead>div{display:flex;align-items:center;gap:23px}.journal-masthead strong{font:800 50px/.95 'Barlow Condensed',Impact,sans-serif;letter-spacing:-1.3px}.journal-masthead strong>span{color:var(--ink)}.journal-masthead>div>span{font-size:9px;font-weight:700;letter-spacing:1.6px;border-left:1px solid var(--ink);padding:9px 0 9px 23px}.journal-masthead .underlink{flex-shrink:0}.journal-body{padding:42px 38px 48px}.journal-body .section-head{margin-bottom:42px}.journal-body .section-head .eyebrow{font-size:9px}.journal h2{line-height:1.23}.journal-body .article-art{height:235px}.journal-body .articles{gap:23px}.journal-body .article h3{line-height:1.5}
.commitments{margin-bottom:84px;padding-block:0 46px;border-bottom:1px solid var(--line)}.commitments-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:37px}.commitments-heading .eyebrow{margin:0}.commitment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}.commitment-grid>article{min-width:0}.commitment-grid>article+article{border-left:1px solid var(--line);padding-left:38px}.commitment-grid>article>svg{width:39px;height:39px;stroke-width:1.35;margin-bottom:23px}.commitment-grid h2{font:700 21px/1.35 'DM Sans',sans-serif;letter-spacing:-.7px;margin-bottom:16px}.commitment-grid p{font-size:12px;color:var(--muted);line-height:1.85;margin:0;max-width:340px}
@media(max-width:1100px){.journal-masthead{padding:24px 28px}.journal-body{padding:35px 28px 40px}.journal-body .section-head{align-items:flex-start}.journal-body .section-head>p{max-width:260px}.commitment-grid{gap:24px}.commitment-grid>article+article{padding-left:24px}.commitment-grid h2{font-size:18px}}
@media(max-width:760px){.journal{width:calc(100% - 24px);margin-bottom:48px}.journal-masthead{padding:22px 18px;flex-wrap:wrap;gap:19px}.journal-masthead>div{gap:15px}.journal-masthead strong{font-size:42px}.journal-masthead>div>span{font-size:7px;letter-spacing:1px;padding-left:15px}.journal-masthead .underlink{font-size:10px}.journal-body{padding:28px 18px 32px}.journal-body .section-head{margin-bottom:28px}.journal-body .section-head>p{max-width:none}.journal h2{font-size:clamp(37px,11.5vw,51px);line-height:1.23}.journal-body .articles{gap:30px}.journal-body .article-art{height:215px}.journal-body .article h3{font-size:17px}.commitments{margin-bottom:48px;padding-bottom:32px}.commitments-heading{display:block;margin-bottom:29px}.commitments-heading .eyebrow{font-size:8px;letter-spacing:1.25px;margin-bottom:16px}.commitments-heading .underlink{font-size:11px}.commitment-grid{grid-template-columns:1fr;gap:27px}.commitment-grid>article{position:relative;padding-left:53px}.commitment-grid>article+article{padding:27px 0 0 53px;border-left:0;border-top:1px solid var(--line)}.commitment-grid>article>svg{position:absolute;left:0;top:0;width:32px;height:32px;margin:0}.commitment-grid>article+article>svg{top:27px}.commitment-grid h2{font-size:19px;line-height:1.4;margin-bottom:12px}.commitment-grid p{font-size:11px;line-height:1.85}}

/* Direction 07 — illustrated gear ribbon and compact menu invitation. */
.universe-section{overflow:hidden}.universe-section .section-head{align-items:flex-end}.universe-section h2{line-height:1.2}.gear-controls{display:flex;gap:8px;padding-bottom:6px}.gear-control{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--ink)}.gear-control svg{width:18px;height:18px}.gear-control[data-gear-direction="-1"] svg{transform:rotate(180deg)}
.gear-viewport{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:contain;padding-block:4px 8px;touch-action:pan-x pan-y}.gear-viewport::-webkit-scrollbar{display:none}.gear-track{display:flex;width:max-content}.gear-group{display:flex;gap:16px;padding-right:16px;flex:none}.gear-card{flex:0 0 260px;width:260px;height:328px;padding:20px 20px 23px;border:1px solid #d4d7cd;border-radius:7px;background-color:#e9ebe2!important;background-image:linear-gradient(var(--lime),var(--lime))!important;background-size:0% 100%!important;background-position:left center!important;background-repeat:no-repeat!important;transition:background-size .34s,border-color .2s!important;color:var(--ink)!important;text-align:left;display:flex;flex-direction:column;justify-content:space-between;transform:none!important}.gear-card:is(:hover,:active){background-size:100% 100%!important;border-color:var(--ink);transform:none!important}.gear-art{display:grid;place-items:center;height:222px}.gear-art img{display:block;width:168px;height:205px;object-fit:contain;user-select:none;pointer-events:none}.gear-caption{display:flex;align-items:center;justify-content:space-between;gap:10px}.gear-caption strong{font:700 32px/1.1 'Barlow Condensed',sans-serif;letter-spacing:-.4px;display:block}.gear-caption small{display:block;font-size:9px;margin-top:8px;line-height:1.5}.gear-caption>svg{width:21px;height:21px;flex-shrink:0}.gear-more{background-color:var(--lime)!important;background-image:linear-gradient(var(--ink),var(--ink))!important}.gear-more:is(:hover,:active){color:var(--paper)!important}.gear-more .gear-art svg{width:120px;height:120px}.gear-card:focus-visible{outline:2px solid var(--ink);outline-offset:-5px}
.journal-masthead>.button{flex-shrink:0}.mega-aside{container-type:inline-size}.mega-aside h2{max-width:none;font-size:clamp(31px,11cqw,57px);line-height:1.08;margin-top:65px}.mega-aside h2>span{display:block;white-space:nowrap}.mega-actions{display:flex;flex-direction:column;gap:10px;margin-top:27px}.mega-actions .button{width:100%;min-height:53px;font-size:12px;padding-inline:18px}.mega-aside p{line-height:1.8;max-width:none}
@media(max-width:760px){.universe-section .section-head{display:flex;align-items:flex-end;gap:15px}.universe-section .eyebrow{font-size:8px;letter-spacing:1.15px}.universe-section h2{font-size:clamp(40px,11.5vw,51px);max-width:260px}.gear-controls{gap:5px;flex-wrap:wrap;justify-content:flex-end;max-width:76px;flex-shrink:0;padding-bottom:5px}.gear-control{width:34px;height:34px}.gear-controls #gear-pause{order:3}.gear-card{width:222px;flex-basis:222px;height:295px;padding:17px 17px 20px}.gear-art{height:200px}.gear-art img{width:153px;height:190px}.gear-caption strong{font-size:29px}.gear-caption small{font-size:8px}.gear-group{gap:11px;padding-right:11px}.gear-more .gear-art svg{width:105px;height:105px}.journal-masthead>.button{min-height:46px;font-size:11px;padding-inline:16px;gap:22px}.mega-aside{padding:24px}.mega-aside h2{max-width:none;margin:49px 0 17px;font-size:clamp(31px,11.5cqw,46px);line-height:1.08}.mega-brand{top:17px;right:19px}.mega-brand svg{width:44px;height:44px}.mega-actions{margin-top:22px;gap:9px}.mega-actions .button{min-height:49px;font-size:11px;gap:12px}}
@media(max-width:370px){.universe-section .section-head{gap:8px}.universe-section h2{font-size:39px}.universe-section .eyebrow{font-size:7px}.mega-aside{padding:20px}.mega-actions .button{padding-inline:12px;font-size:10px}.mega-aside h2{font-size:31px}}
@media(max-width:760px){#universe-title>span{display:block;white-space:nowrap}}
.mega-actions .button{margin-top:0}
@media(max-width:760px){.mega-aside h2{font-size:clamp(31px,14cqw,46px)}}

/* Direction 08 — manual browsing and a small, extensible pictogram system. */
.gear-viewport{cursor:grab;scroll-behavior:auto}.gear-viewport.is-dragging,.gear-viewport.is-dragging .gear-card{cursor:grabbing}.gear-card{user-select:none;cursor:grab}.gear-art img{width:132px;height:132px}.gear-control:disabled{opacity:.3;cursor:default;background:transparent!important}.gear-controls{flex-wrap:nowrap;max-width:none}.journal-body .articles{row-gap:40px}.journal-body .article-art>span{font-size:clamp(49px,4.4vw,64px)}
@media(max-width:1000px) and (min-width:761px){.journal-body .articles{grid-template-columns:repeat(2,minmax(0,1fr))}.journal-body .article-art>span{font-size:58px}}
@media(max-width:760px){.gear-art img{width:116px;height:116px}.journal-body .article-art>span{font-size:64px}.journal-body .articles{row-gap:31px}}
@media(max-width:370px){.journal-body .article-art>span{font-size:57px}}
.article[data-article="meet"] .article-art em{white-space:nowrap}
@media(min-width:761px) and (max-width:1000px){.articles{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.article[data-article="meet"] .article-art>span{font-size:clamp(44px,12vw,56px)}}

/* NO TABOO — a journal inside Kinq, using the approved home-card language. */
body[data-page="journal"]{background:#e9ebe2}
.nt-site{padding-bottom:76px}
.nt-masthead{min-height:104px;border:1px solid var(--ink);border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 36px;margin-top:26px}
.nt-masthead>a:first-child{display:flex;align-items:center;gap:20px;min-width:0}
.nt-masthead strong{font:800 clamp(37px,4vw,55px)/.94 'Barlow Condensed',Impact,sans-serif;letter-spacing:-1.2px;white-space:nowrap}
.nt-masthead strong span{color:var(--lime);-webkit-text-stroke:1px var(--ink)}
.nt-masthead small{font-size:9px;font-weight:800;letter-spacing:1.4px;border-left:1px solid var(--ink);padding:9px 0 9px 20px;white-space:nowrap}
.nt-masthead>span,.nt-back{font-size:9px;font-weight:800;letter-spacing:1.2px;text-align:right}
.nt-back{display:inline-flex;align-items:center;gap:10px}.nt-back svg{width:16px;height:16px;transform:rotate(180deg)}
.nt-hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:510px;background:var(--ink);color:var(--paper);overflow:hidden}
.nt-hero>div:first-child{padding:65px clamp(35px,5vw,75px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.nt-hero .eyebrow{color:var(--lime);margin-bottom:25px}
.nt-hero h1{font-size:clamp(69px,7.5vw,116px);line-height:.85;letter-spacing:-2px;margin:0 0 30px}
.nt-hero h1 em,.nt-end h2 em{color:var(--lime);font-style:normal}
.nt-hero p:not(.eyebrow){max-width:430px;color:#d4d8cb;line-height:1.7;font-size:14px;margin-bottom:30px}
.nt-hero .button{--fill-base:var(--lime);--fill-text:var(--ink);border:1px solid var(--lime)}
.nt-hero-mark{position:relative;background:var(--lime);color:var(--ink);overflow:hidden;display:flex;align-items:center;padding:40px;min-width:0}
.nt-hero-mark>span{position:relative;z-index:1;font:900 clamp(105px,14vw,230px)/.77 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.05em;transform:rotate(-7deg);white-space:nowrap}
.nt-hero-mark svg{position:absolute;right:-14%;bottom:-23%;width:70%;height:70%;stroke:none;fill:currentColor;opacity:.12}
.nt-topics{display:flex;flex-wrap:wrap;gap:0;border:1px solid var(--ink);border-top:0;min-height:65px;align-items:center;padding:0 28px}
.nt-topics a{font-size:11px;font-weight:800;padding:20px 18px;white-space:nowrap}.nt-topics a:hover,.nt-topics a:focus-visible{background:var(--lime)}
.nt-feature{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:72px 0;border-bottom:1px solid var(--ink)}
.nt-feature>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:20px 0 20px 36px}
.nt-feature .eyebrow{margin-bottom:20px}.nt-feature h2{font-size:clamp(58px,6vw,91px);line-height:.88;margin-bottom:25px}
.nt-feature p:not(.eyebrow){max-width:390px;font-size:14px;line-height:1.75;color:var(--muted);margin-bottom:27px}
.nt-feature-art{min-height:400px;background:var(--lime);display:flex;align-items:center;padding:40px;position:relative;overflow:hidden;border-radius:5px}
.nt-feature-art span{font:900 clamp(85px,10vw,150px)/.78 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.035em;transform:rotate(-7deg)}
.nt-feature-art svg{position:absolute;right:24px;bottom:24px;width:30px;height:30px}
.nt-section{padding:70px 0 80px;border-bottom:1px solid var(--ink)}
.nt-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:34px}
.nt-heading .eyebrow{margin-bottom:8px}.nt-heading h2{font-size:clamp(55px,6vw,81px)}
.nt-heading>span{font-size:9px;letter-spacing:1.5px;font-weight:800}
.nt-grid{gap:22px}.nt-card{display:block;min-width:0}.nt-card .article-art{height:260px}.nt-card .article-art>span{font-size:clamp(54px,5vw,75px)}
.nt-card .eyebrow{margin-top:17px;margin-bottom:8px}.nt-card h3{font-size:19px;line-height:1.35;max-width:300px}
.nt-bridge{display:flex;justify-content:space-between;align-items:end;gap:25px;padding:45px 42px;background:var(--lime);border-radius:5px;margin:70px 0 0}
.nt-bridge .eyebrow{margin-bottom:12px}.nt-bridge h2{font-size:clamp(43px,4.4vw,66px);line-height:.94}.nt-bridge h2 em{font-style:normal}
.nt-bridge .button{flex-shrink:0}
.nt-paths{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--ink)}
.nt-paths>a{padding:48px 36px 56px}.nt-paths>a:first-child{border-right:1px solid var(--ink)}
.nt-paths .eyebrow{margin-bottom:14px}.nt-paths h2{display:flex;align-items:center;justify-content:space-between;font-size:clamp(45px,5vw,72px)}
.nt-paths h2 svg{width:28px;height:28px}.nt-paths p:last-child{font-size:12px;color:var(--muted);margin:17px 0 0}
.nt-paths>a:hover{background:var(--lime)}
.nt-end{background:var(--ink);color:var(--paper);padding:58px 55px;margin-top:75px;border-radius:5px}
.nt-end .eyebrow{color:var(--lime)}.nt-end h2{font-size:clamp(64px,8vw,110px);line-height:.9;margin-bottom:34px}
.nt-end>div{display:flex;align-items:center;flex-wrap:wrap;gap:13px}.nt-end .button{border:1px solid var(--paper)}.nt-end .button.light{border-color:var(--paper)}.nt-end .underlink{color:var(--paper);margin-left:10px}
.nt-story>header{max-width:980px;margin:58px auto 45px;text-align:center}.nt-story>header .eyebrow{margin-bottom:18px}.nt-story h1{font-size:clamp(58px,7.5vw,108px);line-height:.91;letter-spacing:-2px;margin-bottom:25px}.nt-deck{font-size:18px;line-height:1.6;color:var(--muted);max-width:620px;margin:auto}
.nt-story-art{height:400px;border-radius:5px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}
.nt-story-art>span{font:900 clamp(115px,16vw,230px)/.78 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.04em;transform:rotate(-6deg);text-align:center}.nt-story-art small{position:absolute;right:25px;bottom:23px;font-weight:800;letter-spacing:2px;font-size:10px}
.nt-story-layout{display:grid;grid-template-columns:210px minmax(0,680px);gap:clamp(35px,8vw,135px);justify-content:center;padding:75px 0 95px;border-bottom:1px solid var(--ink)}
.nt-story-layout aside{align-self:start;border-top:2px solid var(--ink);padding-top:17px;font-size:12px;line-height:1.7}.nt-story-layout aside span{font-size:9px;font-weight:800;letter-spacing:1px}.nt-story-layout aside p{margin:18px 0;color:var(--muted)}.nt-story-layout aside a{display:flex;gap:8px;align-items:center;text-decoration:underline;text-underline-offset:4px}.nt-story-layout aside svg{width:14px;height:14px}
.nt-prose>section{margin-bottom:54px}.nt-prose h2{font-size:clamp(40px,4vw,56px);line-height:1;margin-bottom:18px}.nt-prose p{font-size:16px;line-height:1.85;color:#3e423b;max-width:660px}
.nt-story-cta{border-top:1px solid var(--ink);padding-top:34px;margin-top:72px}.nt-story-cta h2{margin-bottom:25px}.nt-story-cta>div{display:flex;flex-wrap:wrap;gap:12px}.nt-story-cta a{display:inline-flex;align-items:center;gap:14px;padding:13px 17px;border:1px solid var(--ink);border-radius:4px;font-size:12px;font-weight:700}.nt-story-cta a:hover{background:var(--lime)}.nt-story-cta svg{width:17px;height:17px}
.nt-next{padding:55px 0 0}.nt-next .eyebrow{margin-bottom:17px}.nt-next>div{display:grid;grid-template-columns:1fr 1fr;gap:20px}.nt-next a{border:1px solid var(--ink);border-radius:5px;padding:22px 25px;display:flex;flex-direction:column;gap:12px}.nt-next a:hover{background:var(--lime)}.nt-next small{font-size:9px;font-weight:800;letter-spacing:1.2px}.nt-next strong{font:700 31px/1 'Barlow Condensed',Impact,sans-serif}
@media(max-width:1000px){.nt-masthead>span{display:none}.nt-hero{min-height:440px}.nt-hero h1{font-size:clamp(65px,8vw,90px)}.nt-hero-mark>span{font-size:13vw}.nt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nt-story-layout{grid-template-columns:170px minmax(0,1fr);gap:35px}}
@media(max-width:760px){.nt-site{width:calc(100% - 24px);padding-bottom:40px}.nt-masthead{min-height:80px;margin-top:8px;padding:16px 18px}.nt-masthead strong{font-size:39px}.nt-masthead small{font-size:7px;letter-spacing:.8px;padding-left:12px}.nt-back{font-size:0;gap:0}.nt-back svg{width:23px;height:23px}.nt-hero{grid-template-columns:1fr;min-height:0}.nt-hero>div:first-child{padding:52px 25px 48px}.nt-hero h1{font-size:clamp(66px,13vw,90px)}.nt-hero p:not(.eyebrow){font-size:12px}.nt-hero-mark{min-height:220px;padding:24px}.nt-hero-mark>span{font-size:clamp(96px,25vw,150px)}.nt-topics{padding:9px 8px;min-height:0;justify-content:flex-start}.nt-topics a{padding:10px;font-size:10px}.nt-feature{grid-template-columns:1fr;gap:15px;padding:35px 0}.nt-feature>div{padding:10px 12px}.nt-feature h2{font-size:clamp(57px,12vw,78px)}.nt-feature p:not(.eyebrow){font-size:12px}.nt-feature-art{min-height:275px}.nt-feature-art span{font-size:clamp(85px,22vw,130px)}.nt-section{padding:45px 0}.nt-heading h2{font-size:59px}.nt-heading>span{font-size:8px}.nt-grid{grid-template-columns:1fr;gap:29px}.nt-card .article-art{height:225px}.nt-card .article-art>span{font-size:clamp(62px,16vw,76px)}.nt-card h3{font-size:18px}.nt-bridge{display:block;padding:30px 24px;margin-top:40px}.nt-bridge h2{font-size:50px;margin-bottom:25px}.nt-paths{grid-template-columns:1fr}.nt-paths>a{padding:32px 23px}.nt-paths>a:first-child{border-right:0;border-bottom:1px solid var(--ink)}.nt-end{padding:38px 25px;margin-top:40px}.nt-end h2{font-size:70px}.nt-end>div{align-items:stretch;flex-direction:column}.nt-end .button{width:100%}.nt-end .underlink{margin:10px 0 0}.nt-breadcrumb{padding:22px 9px 0;font-size:8px;gap:8px}.nt-story>header{margin:43px 5px 30px}.nt-story h1{font-size:clamp(55px,11.5vw,80px)}.nt-deck{font-size:14px}.nt-story-art{height:270px}.nt-story-art>span{font-size:clamp(100px,21vw,160px)}.nt-story-layout{grid-template-columns:1fr;padding:40px 12px 55px;gap:38px}.nt-story-layout aside{order:2}.nt-prose>section{margin-bottom:40px}.nt-prose h2{font-size:44px}.nt-prose p{font-size:14px}.nt-story-cta{margin-top:50px}.nt-story-cta>div{flex-direction:column}.nt-story-cta a{justify-content:space-between}.nt-next{padding-top:40px}.nt-next>div{grid-template-columns:1fr;gap:10px}.nt-next a{padding:18px}.nt-next strong{font-size:27px}}

/* Journal refinements: separate navigation, readable titles and consistent fills. */
.nt-hero{border:1px solid var(--ink);border-top:0;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}
.nt-hero h1{font-size:clamp(62px,5.7vw,82px);line-height:.98;overflow-wrap:normal}
.nt-hero h1 span{white-space:normal}
.nt-hero h1 span:before{content:none}
.nt-hero .button svg{transform:rotate(90deg)}
.nt-title-link{color:inherit;text-decoration:none}
.nt-title-link .ink-line{height:2px}
.nt-topics{margin-top:24px;border:1px solid var(--ink);background:var(--paper)}
.nt-feature{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:auto 1fr;gap:0 30px}
.nt-feature>div{display:block;min-width:0}
.nt-feature-head{grid-column:1;grid-row:1;align-self:end;padding:20px 0 0 36px!important}
.nt-feature-summary{grid-column:1;grid-row:2;align-self:start;padding:0 0 20px 36px!important}
.nt-feature-art{grid-column:2;grid-row:1/3}
.nt-feature h2{font-size:clamp(50px,5.2vw,75px);line-height:.96;margin-bottom:20px;overflow-wrap:break-word}
.nt-feature-summary p{max-width:430px}
.nt-heading{margin-bottom:25px}.nt-heading h2{font:800 11px/1.5 'DM Sans',Arial,sans-serif;letter-spacing:1.8px;margin:0}
.nt-bridge>div{min-width:0;flex:1}.nt-bridge h2{font-size:clamp(40px,4.1vw,60px);line-height:1.06;overflow-wrap:break-word}
.nt-bridge h2 em{background-color:transparent;padding:0}
.nt-bridge .button{border:1px solid var(--ink);background-image:linear-gradient(var(--paper),var(--paper))!important}
.nt-bridge .button:is(:hover,:active){color:var(--ink)!important}
.nt-paths>a{position:relative;isolation:isolate;overflow:hidden;background:none!important}
.nt-paths>a::before{content:"";position:absolute;inset:0;background:var(--ink);z-index:-1;transform:scaleX(0);transform-origin:left center;transition:transform .34s cubic-bezier(.22,.61,.36,1)}
.nt-paths>a:is(:hover,:focus-visible){color:var(--paper)}
.nt-paths>a:is(:hover,:focus-visible) p:last-child{color:#d4d8cb}
.nt-paths>a:is(:hover,:focus-visible)::before{transform:scaleX(1)}
.nt-end h2{font-size:clamp(58px,7vw,92px);line-height:1.04;overflow-wrap:normal}
.nt-end h2 em{background-color:transparent;padding:0}
@media(max-width:760px){.nt-hero{grid-template-columns:minmax(0,1fr)}.nt-hero-mark{grid-row:1}.nt-hero>div:first-child{grid-row:2;padding:48px 24px 43px}.nt-hero h1{font-size:clamp(51px,12.4vw,69px);line-height:1.01}.nt-topics{margin-top:16px}.nt-feature{display:flex;flex-direction:column;gap:0}.nt-feature-head{padding:8px 12px 23px!important}.nt-feature h2{font-size:clamp(47px,11.4vw,62px);line-height:1.02;margin-bottom:0}.nt-feature-art{margin-bottom:23px}.nt-feature-summary{padding:0 12px 10px!important}.nt-feature-summary p{margin-bottom:20px}.nt-heading h2{font-size:10px}.nt-bridge h2{font-size:clamp(36px,9.6vw,46px);line-height:1.08}.nt-bridge .button{width:100%}.nt-end h2{font-size:clamp(49px,12.3vw,60px);line-height:1.04;margin-bottom:29px}}
.nt-card-summary{min-height:52px;margin:11px 0 0;padding:0;border:0;border-radius:0;font-size:11px;line-height:1.6;color:var(--muted);background:transparent}
.nt-end .button,.nt-end .button.light{--fill-base:var(--ink);--fill-text:var(--paper);--fill-color:var(--paper);--hover-text:var(--ink);color:var(--paper);border-color:var(--paper)}
.nt-end .button:is(:hover,:active){border-color:var(--paper)!important;color:var(--ink)!important}
.nt-app-note{display:inline-flex;align-items:center;gap:13px;color:var(--paper);font-size:12px;margin-left:10px}
.nt-app-note svg{width:18px;height:18px}
.nt-hero .button svg{transition:transform .22s ease;transform:rotate(90deg) translateX(0)}
.nt-hero .button:is(:hover,:focus-visible) svg{transform:rotate(90deg) translateX(4px)}
.nt-hero .button:active svg{transform:rotate(90deg) translateX(7px)}
@media(max-width:760px){.nt-app-note{margin:10px 0 0}}
@media(prefers-reduced-motion:reduce){.nt-paths>a::before{transition:none}}

/* The initial inset scrolls away with the cards; the viewport stays full bleed. */
.gear-viewport{container-type:inline-size;--gear-inset:56px}
.gear-track{padding-inline:max(var(--gear-inset),calc((100cqw - 1440px)/2))}
.gear-group{padding-right:0}
@media(max-width:1100px){.gear-viewport{--gear-inset:32px}}
@media(max-width:760px){.gear-viewport{--gear-inset:20px}}
@media(max-width:370px){.gear-viewport{--gear-inset:16px}}

/* The breadcrumb keeps one quiet position under the shared header on every page. */
.site-breadcrumb{max-width:1440px;width:calc(100% - 112px);margin:-3px auto 0;padding:0 0 8px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-inline:contain}
.site-breadcrumb::-webkit-scrollbar{display:none}
.site-breadcrumb ol{display:flex;align-items:center;justify-content:flex-end;gap:11px;list-style:none;margin:0;padding:0;min-width:100%;width:max-content}
.site-breadcrumb li{display:flex;align-items:center;gap:11px;flex-shrink:0}
.site-breadcrumb li+li::before{content:"/";color:#858981;font-weight:400;flex-shrink:0}
.site-breadcrumb .current span{display:block;white-space:nowrap;color:var(--ink)}
.site-breadcrumb a{color:inherit;text-decoration:none;white-space:nowrap;text-underline-offset:3px}
.site-breadcrumb a:is(:hover,:focus-visible){text-decoration:underline;color:var(--ink)}
body[data-page="journal"] .nt-masthead{margin-top:14px}
@media(max-width:1100px){.site-breadcrumb{width:calc(100% - 64px)}}
@media(max-width:760px){.site-breadcrumb{width:calc(100% - 40px);margin-top:-4px;padding-bottom:5px;font-size:9px}.site-breadcrumb ol,.site-breadcrumb li{gap:8px}body[data-page="journal"] .nt-masthead{margin-top:10px}}
.nt-masthead small{font-size:11px;letter-spacing:1.5px}
.article-art>span,.nt-feature-art>span,.nt-story-art>span{transform:none}
@media(max-width:760px){.nt-masthead small{font-size:8.5px;letter-spacing:.9px}}
@media(max-width:370px){.nt-masthead>a:first-child{gap:10px}.nt-masthead small{font-size:7.5px;padding-left:10px}}
.nt-end.nt-end-wall{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);padding:0;min-height:470px;overflow:hidden;isolation:isolate}
.nt-end-wall>.nt-end-copy{display:block;min-width:0;padding:58px 48px 55px;position:relative;z-index:1}
.nt-end-wall h2{margin-bottom:38px}
.nt-end-wall .nt-end-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap}
.nt-end-wall .nt-end-actions .button{min-width:185px}
.nt-end-wall .nt-app-note{display:inline-flex;margin:24px 0 0}
.nt-end-wall>.nt-end-tapestry{display:block;position:relative;min-width:0;overflow:hidden;background:#292b27;isolation:isolate}
.nt-end-tapestry .wall-background{inset:-70px -45px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;z-index:0;transform:rotate(-7deg) scale(1.15)}
.nt-end-tapestry .wall-group{gap:12px;padding-bottom:12px}
.nt-end-tapestry .wall-portrait{height:180px}
.nt-end-tapestry::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink),transparent 22%),linear-gradient(0deg,#17191675,transparent 25%,transparent 75%,#17191675);pointer-events:none}
@media(max-width:900px){.nt-end.nt-end-wall{grid-template-columns:1fr}.nt-end-wall>.nt-end-copy{padding:40px 32px 34px}.nt-end-wall>.nt-end-tapestry{height:250px}.nt-end-tapestry .wall-background{inset:-100px -15px;grid-template-columns:repeat(3,minmax(0,1fr))}.nt-end-tapestry::after{background:linear-gradient(180deg,var(--ink),transparent 25%),linear-gradient(0deg,#17191675,transparent 30%)}}
@media(max-width:760px){.nt-end-wall>.nt-end-copy{padding:38px 25px 34px}.nt-end-wall .nt-end-actions{flex-direction:column;align-items:stretch}.nt-end-wall .nt-end-actions .button{width:100%}.nt-end-wall .nt-app-note{margin-top:22px}.nt-end-wall>.nt-end-tapestry{height:220px}}
.nt-bridge+.nt-paths{margin-top:44px;border-top:1px solid var(--ink)}
@media(max-width:760px){.nt-bridge+.nt-paths{margin-top:28px}}
/* NO TABOO / long-form article */
.nt-editorial-hero{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);min-height:710px;margin-top:18px;background:var(--ink);color:var(--paper);overflow:hidden}
.nt-editorial-hero-copy{padding:62px clamp(28px,4vw,66px) 52px;display:flex;flex-direction:column;min-width:0}
.nt-editorial-hero .eyebrow{color:var(--lime);letter-spacing:2px;font-size:10px;margin-bottom:auto}
.nt-editorial-hero h1{font-size:clamp(72px,7.35vw,118px);line-height:.88;letter-spacing:-.035em;margin:45px 0 28px;max-width:100%;font-family:'Barlow Condensed',Impact,sans-serif}
.nt-editorial-hero h1 em{color:var(--lime);font-style:normal}
.nt-editorial-hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.5;max-width:540px;color:#dbded6;margin:0 0 34px}
.nt-editorial-scroll{display:inline-flex;align-items:center;gap:18px;width:max-content;font-size:12px;font-weight:800;border-bottom:1px solid var(--lime);padding-bottom:9px}
.nt-editorial-scroll svg{width:18px;height:18px;transform:rotate(90deg)}
.nt-editorial-hero-photo{position:relative;min-width:0;min-height:100%;margin:0;overflow:hidden;background:#343730}
.nt-editorial-hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(.75) contrast(1.04)}
.nt-editorial-hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#171916bd,transparent 27%);pointer-events:none}
.nt-editorial-hero-photo figcaption{position:absolute;bottom:23px;left:24px;right:20px;z-index:1;font-size:9px;letter-spacing:1.3px;font-weight:800;color:white}
.nt-editorial-toc{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:45px;background:var(--lime);margin:18px 0 0;padding:44px clamp(28px,4vw,62px) 50px;scroll-margin-top:95px}
.nt-editorial-toc .eyebrow{margin-bottom:20px}
.nt-editorial-toc h2{font-size:clamp(52px,5vw,75px);line-height:.9;margin:0}
.nt-editorial-toc h2 em{font-style:normal}
.nt-editorial-toc ol{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:0 27px;margin:0;padding:0}
.nt-editorial-toc a{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--ink);padding:13px 0;font-size:13px;font-weight:750;line-height:1.3}
.nt-editorial-toc a:hover,.nt-editorial-toc a:focus-visible{text-decoration:underline;text-underline-offset:4px}
.nt-editorial-toc svg{width:17px;height:17px}
.nt-editorial-body{max-width:790px;margin:0 auto;padding:96px 0 60px}
.nt-editorial-intro{margin-bottom:90px}
.nt-editorial-intro .eyebrow{color:var(--muted);margin-bottom:25px}
.nt-editorial-intro p:not(.eyebrow){font-size:clamp(21px,2.2vw,28px);line-height:1.48;font-weight:550;letter-spacing:-.02em;margin-bottom:22px}
.nt-editorial-intro p:last-child{font-size:18px;line-height:1.75;letter-spacing:0;font-weight:400;color:#454941}
.nt-editorial-section{border-top:1px solid var(--ink);padding-top:27px;margin:0 0 91px;scroll-margin-top:98px}
.nt-section-kicker{display:block;font-size:10px;font-weight:800;letter-spacing:1.65px;margin-bottom:26px}
.nt-editorial-section h2{font-size:clamp(56px,6.2vw,85px);line-height:.94;margin:0 0 29px}
.nt-editorial-section h2 em{font-style:normal;color:#5a6e3c;background:transparent;padding:0}
.nt-editorial-section>p{font-size:18px;line-height:1.78;color:#3e423b;margin:0 0 21px}
.nt-editorial-section>p a{text-decoration:underline;text-decoration-color:#7d9a4e;text-decoration-thickness:2px;text-underline-offset:4px;font-weight:700}
.nt-editorial-quote{background:var(--lime);padding:28px 33px;margin-top:34px;font:700 clamp(32px,3.4vw,45px)/1.05 'Barlow Condensed',Impact,sans-serif}
.nt-editorial-photo{margin:0 -110px 92px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);background:var(--ink);color:var(--paper);min-height:470px}
.nt-editorial-photo img{display:block;width:100%;height:100%;max-height:560px;object-fit:cover;object-position:center 27%}
.nt-editorial-photo figcaption{align-self:end;padding:34px;font-size:16px;line-height:1.55;max-width:320px}
.nt-editorial-photo figcaption span{display:block;color:var(--lime);font-size:11px;font-weight:800;letter-spacing:1.3px;margin-bottom:12px}
.nt-editorial-photo-wide{grid-template-columns:1fr;min-height:0}
.nt-editorial-photo-wide img{height:500px;max-height:none;object-position:center 35%}
.nt-editorial-photo-wide figcaption{max-width:none;padding:18px 25px 21px;font-size:13px}
.nt-editorial-photo-wide figcaption span{display:inline;margin-right:12px}
.nt-editorial-example{margin:36px 0 0;padding:26px 30px;border-left:5px solid var(--lime);background:#e8eae0}
.nt-editorial-example span{font-size:10px;font-weight:800;letter-spacing:1.4px}
.nt-editorial-example p{font-size:20px;line-height:1.5;margin:12px 0 0}
.nt-editorial-inline-link{display:inline-flex;gap:15px;align-items:center;border-bottom:1px solid var(--ink);padding:9px 0;font-size:14px;font-weight:800}
.nt-editorial-inline-link svg{width:16px;height:16px}
.nt-editorial-finish{background:var(--ink);color:var(--paper);padding:44px;margin:0 0 30px}
.nt-editorial-finish .eyebrow{color:var(--lime)}
.nt-editorial-finish>p:not(.eyebrow){font:700 clamp(36px,4vw,52px)/1.05 'Barlow Condensed',Impact,sans-serif;max-width:670px;margin:20px 0 34px}
.nt-editorial-finish>div{display:flex;gap:12px;flex-wrap:wrap}
.nt-editorial-finish a{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;padding:13px 17px;border:1px solid var(--paper);font-size:12px;font-weight:800;min-width:190px;transition:background .2s,color .2s}
.nt-editorial-finish a:hover{background:var(--paper);color:var(--ink)}
.nt-editorial-finish svg{width:17px;height:17px}
@media(max-width:1050px){.nt-editorial-hero{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);min-height:620px}.nt-editorial-hero h1{font-size:clamp(62px,7.2vw,88px)}.nt-editorial-photo{margin-left:-35px;margin-right:-35px}}
@media(max-width:760px){.nt-editorial-hero{grid-template-columns:1fr;min-height:0}.nt-editorial-hero-copy{padding:34px 24px 36px}.nt-editorial-hero .eyebrow{margin-bottom:30px;font-size:8px}.nt-editorial-hero h1{font-size:clamp(47px,11.8vw,72px);line-height:.91;margin:0 0 25px}.nt-editorial-hero-copy>p:not(.eyebrow){font-size:14px;margin-bottom:26px}.nt-editorial-hero-photo{height:290px;min-height:0}.nt-editorial-toc{grid-template-columns:1fr;gap:26px;margin-top:12px;padding:30px 23px 28px}.nt-editorial-toc h2{font-size:55px}.nt-editorial-toc ol{grid-template-columns:1fr}.nt-editorial-toc a{font-size:12px;padding:12px 0}.nt-editorial-body{padding:65px 12px 30px}.nt-editorial-intro{margin-bottom:66px}.nt-editorial-intro p:not(.eyebrow){font-size:22px}.nt-editorial-intro p:last-child,.nt-editorial-section>p{font-size:15px;line-height:1.75}.nt-editorial-section{margin-bottom:70px}.nt-editorial-section h2{font-size:clamp(48px,11.6vw,65px)}.nt-editorial-quote{padding:24px;font-size:34px}.nt-editorial-photo{display:block;margin:0 -12px 70px;min-height:0}.nt-editorial-photo img{height:340px;max-height:none}.nt-editorial-photo figcaption{max-width:none;padding:20px 23px 23px;font-size:14px}.nt-editorial-photo-wide img{height:250px}.nt-editorial-photo-wide figcaption span{display:block}.nt-editorial-example{padding:22px}.nt-editorial-example p{font-size:17px}.nt-editorial-finish{padding:30px 24px}.nt-editorial-finish>p:not(.eyebrow){font-size:39px}.nt-editorial-finish>div{display:grid}.nt-editorial-finish a{width:100%}}
@media(max-width:370px){.nt-editorial .nt-masthead strong{font-size:35px}.nt-editorial .nt-masthead small{padding-left:8px}.nt-editorial .nt-back{letter-spacing:0}}
.nt-editorial-toc{grid-template-columns:minmax(180px,.55fr) minmax(0,1.45fr);align-items:start}
.nt-editorial-toc h2{font-size:clamp(42px,4vw,58px);line-height:1;margin:0}
.nt-editorial-toc a:is(:hover,:focus-visible){text-decoration:none}
.nt-editorial-toc a svg{transform:rotate(90deg);transition:transform .2s}
.nt-editorial-toc a:is(:hover,:focus-visible) svg{transform:rotate(90deg) translateX(3px)}
.nt-editorial-section h2 em{color:var(--ink);background:transparent;padding:0;text-decoration:underline;text-decoration-color:var(--lime);text-decoration-thickness:.14em;text-underline-offset:.11em;text-decoration-skip-ink:none}
.nt-story>header.nt-editorial-hero{max-width:none;margin:18px 0 0;text-align:left}
.nt-story>header.nt-editorial-hero .eyebrow{margin-bottom:auto}
.nt-editorial-hero-generic{min-height:620px}
.nt-story .nt-editorial-hero-generic h1{font-size:clamp(64px,6.9vw,105px);line-height:.93;letter-spacing:-.025em;overflow-wrap:break-word}
.nt-story .nt-editorial-hero-generic .nt-editorial-hero-copy>p:not(.eyebrow){margin:0 0 32px}
.nt-story-layout[id]{scroll-margin-top:96px}
@media(max-width:760px){.nt-editorial-toc{grid-template-columns:1fr;gap:19px}.nt-editorial-toc h2{font-size:43px}.nt-editorial-hero-generic{min-height:0}.nt-story .nt-editorial-hero-generic h1{font-size:clamp(47px,11.6vw,65px);line-height:.95}.nt-story>header.nt-editorial-hero .eyebrow{margin-bottom:30px}}
.nt-editorial-intro .nt-dropcap::first-letter{float:left;font:700 112px/.72 'Barlow Condensed',Impact,sans-serif;color:var(--ink);margin:14px 13px 0 0}
.nt-editorial-intro p:not(.eyebrow):not(.nt-dropcap){font-size:18px;line-height:1.75;letter-spacing:0;font-weight:400;color:#454941}
.nt-editorial-intro p.nt-dropcap{margin-bottom:30px}
.nt-editorial-section>p em{font-style:italic;color:var(--ink)}
.nt-editorial-sources{border-top:1px solid var(--line);margin:42px 0 0;padding:19px 0 0;color:var(--muted);font-size:12px;line-height:1.65}
.nt-editorial-sources span{display:block;color:var(--ink);font-size:9px;font-weight:800;letter-spacing:1.4px;margin-bottom:9px}
.nt-editorial-sources p{margin:0}
.nt-editorial-sources a{text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.nt-editorial-intro .nt-dropcap::first-letter{font-size:83px;margin:10px 10px 0 0}.nt-editorial-intro p:not(.eyebrow):not(.nt-dropcap){font-size:15px}.nt-editorial-intro p.nt-dropcap{margin-bottom:22px}.nt-editorial-sources{margin-top:28px}}
.nt-user-article .nt-editorial-section h2{font-size:clamp(45px,5.1vw,67px);line-height:1.02}
.nt-user-article .nt-editorial-section>p{margin-bottom:24px}
.nt-user-article .nt-editorial-section{margin-bottom:86px}
@media(max-width:760px){.nt-user-article .nt-editorial-section h2{font-size:clamp(42px,10vw,53px)}.nt-user-article .nt-editorial-section{margin-bottom:66px}}

/* Shared Kinq footer */
#site-footer{background:var(--ink);color:var(--paper);position:relative;overflow:hidden}
#site-footer .site-footer{position:relative;isolation:isolate;padding:0;display:block;min-height:0}
#site-footer .footer-star{position:absolute;z-index:-1;width:min(72vw,950px);height:min(72vw,950px);right:-9%;top:-42%;color:var(--lime);opacity:.075;stroke:none;transform:rotate(-9deg);pointer-events:none}
#site-footer .footer-inner{position:relative;padding-top:88px}
#site-footer .footer-main{display:grid;grid-template-columns:minmax(230px,1fr) minmax(0,2.1fr);gap:clamp(45px,6vw,110px);padding-bottom:85px}
#site-footer .footer-brand .logo{display:inline-flex;align-items:center;gap:8px;color:var(--paper);font-size:clamp(64px,6vw,88px)}
#site-footer .footer-brand .logo .brand-mark svg{width:59px;height:59px;color:var(--lime)}
#site-footer .footer-brand .logo .wordmark{font-size:inherit;letter-spacing:-.075em;line-height:1;margin:0}
#site-footer .footer-brand p{font-family:'Barlow Condensed','Arial Narrow',sans-serif;font-size:clamp(25px,2.5vw,35px);line-height:1.08;font-weight:650;color:var(--paper);margin:27px 0 30px}
#site-footer .footer-age{font-size:9px;font-weight:700;letter-spacing:1.25px;color:var(--lime)}
#site-footer .footer-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3.4vw,58px);padding-top:14px}
#site-footer .footer-column{display:flex;flex-direction:column;align-items:stretch;gap:0;min-width:0}
#site-footer .footer-column h2{font-family:'DM Sans',Arial,sans-serif;font-size:12px;line-height:1.4;letter-spacing:1.3px;text-transform:uppercase;font-weight:750;color:var(--lime);margin:0 0 23px}
#site-footer .footer-column>a,#site-footer .footer-column>button,#site-footer .footer-placeholder{width:100%;min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-size:13px;line-height:1.4;color:#e2e4dc;background:none;border:0;padding:8px 0;white-space:normal}
#site-footer .footer-column>a,#site-footer .footer-column>button{transition:color .2s ease,transform .2s ease!important;background-image:none!important}
#site-footer .footer-column>a:hover,#site-footer .footer-column>button:hover{color:var(--lime)!important;transform:translateX(4px)!important}
#site-footer .footer-column svg{width:15px;height:15px;opacity:.65;transition:transform .2s ease}
#site-footer .footer-column>a:hover svg,#site-footer .footer-column>button:hover svg{transform:translateX(3px)}
#site-footer .footer-placeholder{color:#a7aba0;cursor:default}
#site-footer .footer-placeholder small{width:auto;border:0;padding:0;font-size:8px;letter-spacing:.8px;text-transform:uppercase;color:#a7aba0;opacity:.7;white-space:nowrap}
#site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0 27px;border-top:1px solid #ffffff34;font-size:11px;color:#c2c6bc}
#site-footer .footer-bottom small{width:auto;border:0;padding:0;font-size:11px;color:inherit}
#site-footer .footer-bottom>span{display:flex;align-items:center;gap:10px}
#site-footer .footer-flag{font-size:17px;line-height:1}
@media(max-width:900px){#site-footer .footer-inner{padding-top:65px}#site-footer .footer-main{grid-template-columns:1fr;gap:45px;padding-bottom:55px}#site-footer .footer-brand p{margin:18px 0 20px}#site-footer .footer-star{width:720px;height:720px;right:-280px;top:-220px}}
@media(max-width:600px){#site-footer .footer-inner{padding-top:52px}#site-footer .footer-main{gap:44px;padding-bottom:43px}#site-footer .footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:32px;padding-top:0}#site-footer .footer-column h2{margin-bottom:12px}#site-footer .footer-column>a,#site-footer .footer-column>button,#site-footer .footer-placeholder{font-size:11px;min-height:38px}#site-footer .footer-placeholder small{font-size:7px}#site-footer .footer-brand .logo{font-size:68px}#site-footer .footer-brand .logo .brand-mark svg{width:48px;height:48px}#site-footer .footer-star{width:520px;height:520px;right:-270px;top:-125px;opacity:.06}#site-footer .footer-bottom{font-size:10px;padding:22px 0}#site-footer .footer-bottom small{font-size:10px}}
@media(max-width:370px){#site-footer .footer-nav{column-gap:15px}#site-footer .footer-column>a,#site-footer .footer-column>button,#site-footer .footer-placeholder{font-size:10px}#site-footer .footer-placeholder small{font-size:6px}}
#site-footer .footer-inner{display:block;margin-inline:auto}

#site-footer .footer-flag{display:inline-block;width:20px;height:13px;border-radius:1px;background:linear-gradient(90deg,#2446a4 0 33.333%,#fff 33.333% 66.666%,#ed2939 66.666%);box-shadow:0 0 0 1px #ffffff55}
#site-footer .footer-brand .logo .brand-mark{width:59px;height:59px;margin:0!important;background:none;border-radius:0;color:var(--lime);display:grid;place-items:center}
#site-footer .footer-brand .logo .brand-mark svg{width:59px;height:59px;color:var(--lime)}
#site-footer .footer-stores{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
#site-footer .footer-store{min-width:138px;min-height:49px;display:flex;align-items:center;justify-content:flex-start;gap:9px;padding:7px 12px!important;border:1px solid #ffffff65!important;border-radius:5px!important;background:#ffffff08!important;background-image:none!important;color:var(--paper)!important;text-align:left;transition:border-color .2s,background-color .2s,transform .2s!important}
#site-footer .footer-store:hover{border-color:var(--lime)!important;background:#b2ff1a12!important;transform:translateY(-2px)!important}
#site-footer .footer-store svg{width:23px;height:23px;stroke-width:1.6;color:var(--lime)}
#site-footer .footer-store span{display:flex;flex-direction:column;gap:1px}
#site-footer .footer-store small{width:auto;border:0;padding:0;font-size:8px;line-height:1.1;color:#c4c8bd}
#site-footer .footer-store strong{font-size:14px;line-height:1.1;letter-spacing:-.3px}
@media(max-width:600px){#site-footer .footer-brand .logo .brand-mark,#site-footer .footer-brand .logo .brand-mark svg{width:48px;height:48px}#site-footer .footer-stores{margin-top:25px}#site-footer .footer-store{min-width:140px}}

/* Mon profil: local concept preview */
.my-profile{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:26px;align-items:start;padding-bottom:100px}.my-profile-editor,.my-profile-preview{min-width:0}.my-profile-note{display:flex;align-items:flex-start;gap:14px;padding:19px 22px;background:var(--lime);border-radius:5px;line-height:1.55;margin-bottom:18px}.my-profile-note p{margin:0}.my-profile-note svg{width:20px;height:20px}.my-profile-section{background:#fff;border:1px solid var(--line);border-radius:5px;padding:34px;margin-bottom:15px}.my-profile-section h2{font-size:clamp(38px,4vw,55px);margin-bottom:24px}.my-profile-section>p:not(.eyebrow){line-height:1.6;color:var(--muted)}.my-profile-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.my-profile label:not(.my-profile-switch){display:block;font-weight:700;font-size:13px}.my-profile label>span:not(.my-profile-choices span){display:block;font-size:11px;font-weight:400;color:var(--muted);margin:6px 0 9px}.my-profile input:not([type=checkbox]),.my-profile textarea{width:100%;border:1px solid var(--line);border-radius:4px;background:var(--paper);padding:14px;font:inherit;color:var(--ink)}.my-profile textarea{resize:vertical;line-height:1.5}.my-profile input:focus-visible,.my-profile textarea:focus-visible,.my-profile button:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.my-profile-wide{margin-top:20px}.my-profile-choices{display:flex;flex-wrap:wrap;gap:9px}.my-profile-choices label{position:relative}.my-profile-choices input{position:absolute;opacity:0}.my-profile-choices span{display:block;padding:10px 16px;border:1px solid var(--ink);border-radius:25px;font-size:12px}.my-profile-choices input:checked+span{background:var(--lime)}.my-profile-choices input:focus-visible+span{outline:2px solid var(--ink);outline-offset:2px}.my-profile-hint{margin:18px 0 0;font-size:12px}.my-profile-switch{display:flex;gap:12px;align-items:start;padding:15px 0;border-top:1px solid var(--line)}.my-profile-switch input{width:19px;height:19px;accent-color:var(--ink);margin:0}.my-profile-switch span{flex:1}.my-profile-switch strong{display:block;font-size:13px}.my-profile-switch small{display:block;color:var(--muted);font-size:11px;line-height:1.5;margin-top:5px}.my-profile-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:20px}.my-profile-preview{position:sticky;top:25px;background:var(--ink);color:#fff;padding:32px;border-radius:5px}.my-profile-preview .eyebrow{color:var(--lime)}.my-profile-avatar{height:220px;display:grid;place-items:center;background:#353b30;border-radius:4px;margin-bottom:22px}.my-profile-avatar svg{width:92px;height:92px;color:var(--lime);stroke:none;fill:currentColor}.my-profile-state{display:flex;align-items:center;gap:8px;color:var(--lime);font-size:11px}.my-profile-state svg{width:16px;height:16px}.my-profile-preview h2{font-size:clamp(40px,4vw,60px);overflow-wrap:anywhere;margin:16px 0}.my-profile-empty,.my-profile-bio,.my-profile-preview-block p{line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.my-profile-tags{margin:20px 0}.my-profile-tags span{border-color:#777}.my-profile-preview-block{border-top:1px solid #555;padding-top:18px;margin-top:18px}.my-profile-preview-block h3{font-size:18px}.my-profile-disclaimer{border-top:1px solid #555;padding-top:20px;margin:24px 0 0;color:#c6c9c0;font-size:11px;line-height:1.6}@media(max-width:800px){.my-profile{grid-template-columns:1fr}.my-profile-preview{position:static}.my-profile-fields{grid-template-columns:1fr}}@media(max-width:500px){.my-profile-section,.my-profile-preview{padding:22px}}
.my-profile select{width:100%;border:1px solid var(--line);border-radius:4px;background:var(--paper);padding:14px;font:inherit;color:var(--ink)}.my-profile-kink-group{border-top:1px solid var(--line);padding:14px 0}.my-profile-kink-group summary{cursor:pointer;font-weight:700}.my-profile-kink-group .my-profile-choices{padding:18px 0 4px}.my-profile-share{border-top:1px solid #555;padding-top:20px;margin-top:25px}.my-profile-share h3{font-size:22px}.my-profile-share p{font-size:11px;line-height:1.6;color:#c6c9c0}.my-profile-share button{display:block;margin:9px 0;background:#3b3d39;color:#ccc;border-radius:4px;padding:12px 14px;cursor:not-allowed}
/* Profile builder, with progressive choices and live identity preview. */
.my-profile-section{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 12px 35px #17191608;animation:profile-rise .5s both}.my-profile-section:nth-child(2){animation-delay:.07s}.my-profile-section:nth-child(3){animation-delay:.14s}.my-profile-section:nth-child(4){animation-delay:.21s}@keyframes profile-rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.my-profile-section:before{content:'✳';position:absolute;right:20px;top:20px;font-size:28px;color:var(--lime)}.my-profile-section h2{max-width:85%}.my-profile-progress{background:var(--ink);color:#fff;border-radius:8px;overflow:hidden;margin-bottom:16px;padding:14px 18px;position:relative}.my-profile-progress>span{position:absolute;left:0;bottom:0;height:4px;background:var(--lime);transition:width .35s}.my-profile-progress p{margin:0}.my-profile-progress strong,.my-profile-progress small{display:block}.my-profile-progress small{color:#c6c9c0;margin-top:4px}.my-profile-featured{margin:25px 0}.my-profile-featured .eyebrow{margin-bottom:12px}.my-profile-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.my-profile-feature{min-height:116px;display:flex!important;flex-direction:column;align-items:flex-start;justify-content:space-between;background:var(--ink);color:#fff;padding:14px;border-radius:7px;cursor:pointer;transition:transform .2s,background .2s}.my-profile-feature:hover{transform:translateY(-3px)}.my-profile-feature:has(input:checked){background:var(--lime);color:var(--ink)}.my-profile-feature img{width:36px;height:36px;filter:invert(1)}.my-profile-feature:has(input:checked) img{filter:none}.my-profile-feature span{background:none!important;color:inherit;border:0!important;padding:0!important;font-family:'Barlow Condensed',Impact,sans-serif;font-size:21px!important}.my-profile-feature input{position:absolute;opacity:0}.my-profile-feature:has(input:focus-visible){outline:3px solid var(--lime);outline-offset:2px}.my-profile-kink-search{margin:24px 0 12px}.my-profile-count{font-size:11px;font-weight:700;color:var(--muted)}.my-profile-kink-group{padding:0;margin:8px 0;border:1px solid var(--line);border-radius:6px}.my-profile-kink-group summary{display:flex;justify-content:space-between;gap:12px;align-items:center;list-style:none;padding:16px;transition:background .2s}.my-profile-kink-group summary::-webkit-details-marker{display:none}.my-profile-kink-group summary:hover,.my-profile-kink-group[open] summary{background:var(--lime)}.my-profile-kink-group summary small{font-size:10px;font-weight:500}.my-profile-kink-group .my-profile-choices{padding:16px}.my-profile-choices label:not(.my-profile-feature){display:flex!important;align-items:center;gap:7px;cursor:pointer}.my-profile-choices img{width:22px;height:22px}.my-profile-choices label:not(.my-profile-feature):has(input:checked){background:var(--lime);border-radius:25px}.my-profile-choices label:not(.my-profile-feature) span{border:0;padding:9px 10px 9px 0}.my-profile label[hidden],.my-profile option[hidden],.my-profile-kink-group[hidden],.my-profile-choices label[hidden]{display:none!important}.my-profile select:focus-visible{outline:2px solid var(--ink);outline-offset:2px}@media(max-width:540px){.my-profile-featured-grid{grid-template-columns:repeat(2,1fr)}.my-profile-feature{min-height:105px}}
.my-profile-contexts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px}.my-profile-context{background:var(--paper);border:1px solid var(--line);border-left:4px solid var(--lime);border-radius:5px;padding:16px}.my-profile-context .eyebrow{margin-bottom:12px}.my-profile-context select{margin-top:10px}@media(max-width:600px){.my-profile-contexts{grid-template-columns:1fr}}
.my-profile-word-label{position:relative;padding:17px 17px 17px 58px;background:var(--paper);border-radius:7px}.my-profile-word-label>svg{position:absolute;left:17px;top:18px;width:29px;height:29px;color:var(--ink)}.my-profile-word-label>strong{display:block}.my-profile-word-label textarea{background:#fff}.my-profile-preview-block h3{display:flex;align-items:center;gap:9px}.my-profile-preview-block h3 svg{width:20px;height:20px;color:var(--lime)}.my-profile-privacy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.my-profile-privacy .my-profile-switch{display:flex;align-items:flex-start;border:1px solid var(--line);padding:17px;border-radius:7px;min-height:138px;transition:border-color .2s,background .2s}.my-profile-privacy .my-profile-switch:has(input:checked){border-color:var(--ink);background:#e8f9c7}.my-profile-privacy .my-profile-switch>svg{width:20px;height:20px}.my-profile-avatar{position:relative}.my-profile-photo-state{position:absolute;bottom:15px;left:15px;background:var(--ink);color:var(--lime);padding:8px 10px;border-radius:4px;font-size:11px}.my-profile-avatar.is-discreet{background:#262d25}.my-profile-relation-result{display:flex;align-items:center;gap:10px;background:var(--paper);border-radius:6px;padding:15px;margin:18px 0;min-height:56px}.my-profile-relation-result svg{width:20px;height:20px}.my-profile-relation-result a{text-decoration:underline;text-underline-offset:3px}.my-profile-confirm{display:flex!important;align-items:center;gap:10px;margin:14px 0 20px}.my-profile-confirm[hidden]{display:none!important}.my-profile-confirm input{width:18px;height:18px;accent-color:var(--ink)}.my-profile-confirm span{margin:0!important;font-size:12px!important;color:var(--ink)!important}.my-profile #relation-send:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:650px){.my-profile-privacy{grid-template-columns:1fr}.my-profile-privacy .my-profile-switch{min-height:0}}
.my-profile-progress{position:sticky;top:0;z-index:20;box-shadow:0 8px 25px #17191630}.my-profile-play-fields{grid-template-columns:1fr}.my-profile-play-fields select{max-width:100%;white-space:normal;font-size:14px}.my-profile-word-label svg{fill:none}.my-profile-word-label svg path{stroke:currentColor;stroke-width:1.6;stroke-linejoin:round}.my-profile-kink-group optgroup[hidden]{display:none}
.my-profile-lexicon{display:flex;align-items:center;gap:10px;margin:18px 0 0!important;padding:11px 13px;background:#edf7d8;border-radius:5px;color:var(--ink)!important;font-size:11px!important;line-height:1.5!important}.my-profile-lexicon img{width:17px;height:17px;flex:none}.my-profile-lexicon a{text-decoration:underline;text-underline-offset:3px;font-weight:700}.my-profile-flame{width:29px;height:29px}.my-profile-preview-block h3 .my-profile-flame{width:20px;height:20px;filter:invert(87%) sepia(66%) saturate(862%) hue-rotate(27deg)}.my-profile-code-lookup{min-width:0}.my-profile-code-lookup>label{display:block;font-weight:700;font-size:13px}.my-profile-code-lookup>label span{display:block;font-size:11px;font-weight:400;color:var(--muted);margin:6px 0 9px}.my-profile-code-lookup input{width:100%}.my-profile-code-lookup .my-profile-relation-result{margin:6px 0 0;border:1px solid var(--line);border-top:0;border-radius:0 0 6px 6px;min-height:0}.my-profile-code-lookup .my-profile-relation-result[hidden]{display:none}
.my-profile-word-label>.my-profile-flame{position:absolute;left:17px;top:18px;width:29px;height:29px}
.my-profile-progress{top:14px}@media(max-width:800px){.my-profile-progress{top:12px}}
.my-profile #relation-send{margin-top:22px}.my-profile-lexicon[hidden]{display:none!important}
/* Even breathing room between headings, fields, and grouped controls. */
.my-profile-section>h2{margin-bottom:30px}
.my-profile-section>h2+p:not(.eyebrow){margin-bottom:24px}
.my-profile-section>label:not(.my-profile-wide)+.my-profile-fields{margin-top:24px}
.my-profile-section .my-profile-fields{row-gap:22px}
.my-profile-section>.my-profile-fields+.my-profile-wide{margin-top:24px}
.my-profile-section>.my-profile-wide+.my-profile-wide{margin-top:24px}
.my-profile-section>.my-profile-lexicon+.my-profile-contexts{margin-top:24px}
.my-profile-section>.my-profile-privacy{margin-top:24px}
@media(max-width:500px){.my-profile-section>h2{margin-bottom:26px}}
.my-profile-privacy .my-profile-privacy-icon{width:20px;height:20px;flex:none}.my-profile-preview-button{--fill-base:#fff;--fill-text:var(--ink);border:1px solid var(--ink)!important;color:var(--ink)}.my-profile-preview-button:hover,.my-profile-preview-button:active{border-color:var(--ink)!important}.my-profile-validate{border:1px solid var(--ink)!important}.my-profile-validate svg{width:18px;height:18px}.my-profile-validate.is-validated{background-size:100% 100%!important;color:var(--ink)!important}.my-profile-moderation-note{font-size:12px;line-height:1.6;color:var(--muted);margin:18px 0 0!important}.my-profile-actions{gap:12px}.my-profile-actions .underlink{margin-left:8px}
/* Short account entry flow. */
.account-flow{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:clamp(32px,6vw,100px);padding-top:55px;padding-bottom:110px;align-items:start}.account-flow-copy{padding-top:35px}.account-flow-copy>p:not(.eyebrow){max-width:430px;color:var(--muted);font-size:16px;line-height:1.7}.account-flow-copy h1{font-size:clamp(62px,7vw,100px)}.account-flow-steps{display:grid;gap:14px;margin-top:42px}.account-flow-steps span{display:flex;align-items:center;gap:13px;font-weight:700}.account-flow-steps b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--lime)}.account-flow-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:clamp(28px,4vw,55px);box-shadow:0 20px 45px #1719160a}.account-flow-card [hidden]{display:none!important}.account-flow-card h2{font-size:clamp(46px,5vw,70px);margin-bottom:30px}.account-flow-card>div>p,.account-flow-card>p{line-height:1.65}.account-flow-card label:not(.signup-checks label){display:block;font-weight:700;margin:0 0 10px}.account-flow-card input[type=email]{width:100%;padding:16px;border:1px solid var(--line);border-radius:5px;background:var(--paper);font:inherit;font-size:16px}.account-flow-card input:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.signup-checks{display:grid;gap:16px;margin:30px 0}.signup-checks label{display:flex;align-items:flex-start;gap:11px;line-height:1.5}.signup-checks input{width:18px;height:18px;flex:none;margin:2px 0 0;accent-color:var(--ink)}.signup-checks a,.signup-footnote a,.account-document a{text-decoration:underline;text-underline-offset:3px;font-weight:700}.signup-submit{width:100%;margin-top:4px}.signup-submit:disabled,.account-flow-card button:disabled{opacity:.5;cursor:not-allowed}.signup-footnote{margin:21px 0 0;font-size:13px}.account-flow-card .demo-note{margin-top:25px;color:var(--muted);font-size:11px;line-height:1.6}.account-flow-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.account-settings-row{display:flex;gap:18px;border-top:1px solid var(--line);padding:26px 0}.account-settings-row>svg{width:27px;height:27px;flex:none}.account-settings-row h3{margin:0 0 9px;font-size:18px}.account-settings-row p{color:var(--muted);line-height:1.6}.account-settings-row input{margin-bottom:15px}.account-profile-link strong{display:inline-flex;align-items:center;gap:9px;text-decoration:underline;text-underline-offset:4px}.account-profile-link strong svg{width:18px;height:18px}.account-document{max-width:880px;padding-top:60px;padding-bottom:100px}.account-document h1{font-size:clamp(60px,7vw,90px)}.account-document h2{font-size:38px;margin:42px 0 15px}.account-document p{line-height:1.75;font-size:16px}.account-document-alert{background:var(--lime);padding:22px;border-radius:6px;margin:30px 0}@media(max-width:820px){.account-flow{grid-template-columns:1fr;padding-top:20px;gap:30px}.account-flow-copy{padding-top:12px}.account-flow-steps{margin-top:26px}}@media(max-width:500px){.account-flow-card{padding:24px}.account-flow-actions .button{width:100%}}
/* Sign-up: high-contrast card and the existing acid-green button fill. */
body[data-page=inscription] .account-flow-card{background:var(--ink);border-color:var(--ink);color:#fff}
body[data-page=inscription] .account-flow-card .eyebrow{color:var(--lime)}
body[data-page=inscription] .account-flow-card .button{--fill-base:#fff;--fill-text:var(--ink);border:1px solid #fff!important;color:var(--ink)}
body[data-page=inscription] .account-flow-card .button:is(:hover,:active){border-color:var(--lime)!important}
body[data-page=inscription] .account-flow-card .demo-note{color:#c5c9bf}
body[data-page=inscription] .signup-footnote a,body[data-page=inscription] .signup-checks a{color:var(--lime)}
body[data-page=inscription] .account-flow-card input[type=email]{background:#fff;color:var(--ink);border-color:#fff}
body[data-page=inscription] .account-flow-card .signup-checks input{accent-color:var(--lime)}
.account-flow-security{display:flex;gap:15px;align-items:flex-start;margin-top:36px;padding:22px;border:1px solid var(--ink);border-radius:8px;background:#eaf6d6}
.account-flow-security svg{width:28px;height:28px;flex:none}
.account-flow-security p{margin:0;font-size:13px;line-height:1.6}
.account-flow-security strong{display:block;margin-bottom:5px}
/* Account dashboard */
.account-dashboard{padding-top:52px;padding-bottom:100px}.account-dashboard-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:38px}.account-dashboard-heading h1{font-size:clamp(65px,7vw,103px);margin-bottom:22px}.account-dashboard-heading p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.6}.account-demo-pill{display:inline-flex;align-items:center;gap:8px;background:var(--lime);border-radius:25px;padding:11px 16px;white-space:nowrap;font-size:11px;font-weight:700;margin-bottom:8px}.account-demo-pill svg{width:17px;height:17px}.account-dashboard-grid{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:16px;align-items:start}.account-dashboard-hero{position:sticky;top:22px;background:var(--ink);color:#fff;border-radius:10px;padding:clamp(26px,4vw,44px);min-height:665px;display:flex;flex-direction:column}.account-hero-top{display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:10px;letter-spacing:1.7px;font-weight:700}.account-hero-top svg{color:var(--lime);width:26px;height:26px;stroke:none;fill:currentColor}.account-hero-avatar{height:190px;display:grid;place-items:center;background:#343a30;border:1px solid #596150;border-radius:5px;margin:29px 0}.account-hero-avatar svg{width:80px;height:80px;color:var(--lime);stroke:none;fill:currentColor}.account-hero-status{font-size:10px;letter-spacing:1.3px;color:var(--lime);font-weight:700}.account-dashboard-hero h2{font-size:clamp(49px,5vw,75px);margin:13px 0 18px}.account-dashboard-hero>p{line-height:1.65;color:#c9cdc4}.account-hero-button{--fill-base:#fff;--fill-text:var(--ink);border:1px solid #fff!important;color:var(--ink);margin-top:auto}.account-hero-button:hover{border-color:var(--lime)!important}.account-hero-bottom{border-top:1px solid #586056;display:flex;gap:10px;align-items:center;padding-top:21px;margin-top:26px;color:#c9cdc4;font-size:11px}.account-hero-bottom svg{width:17px;height:17px}.account-dashboard-side{display:grid;gap:16px}.account-dashboard-panel{display:grid;grid-template-columns:48px minmax(0,1fr);gap:20px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:clamp(25px,3vw,38px);box-shadow:0 12px 30px #17191608}.account-panel-icon{width:48px;height:48px;display:grid;place-items:center;background:var(--lime);border-radius:7px}.account-panel-icon svg{width:24px;height:24px}.account-dashboard-panel .eyebrow{margin-bottom:14px}.account-dashboard-panel h2{font-size:clamp(39px,4vw,56px);margin-bottom:18px}.account-dashboard-panel p:not(.eyebrow){line-height:1.6;color:var(--muted)}.account-code-placeholder{display:flex;align-items:center;justify-content:space-between;gap:15px;background:var(--paper);border:1px dashed #a6aaa0;border-radius:6px;padding:18px;margin-top:22px}.account-code-placeholder strong{font-family:'Barlow Condensed',Impact,sans-serif;font-size:30px;letter-spacing:2px}.account-code-placeholder span{font-size:11px;color:var(--muted);text-align:right}.account-dashboard-panel .account-panel-note{font-size:11px;margin:13px 0 0}.account-dashboard-panel label{display:block;font-weight:700;margin:25px 0 10px}.account-email-controls{display:flex;gap:9px;align-items:stretch;flex-wrap:wrap}.account-email-controls input{min-width:190px;flex:1;padding:14px;border:1px solid var(--line);border-radius:5px;background:var(--paper);font:inherit}.account-email-controls input:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.account-email-controls .button{min-height:50px;font-size:12px}.account-dashboard-small .underlink{font-weight:700}.account-dashboard-disclaimer{margin:24px 0 0;color:var(--muted);font-size:11px}@media(max-width:900px){.account-dashboard-grid{grid-template-columns:1fr}.account-dashboard-hero{position:static;min-height:0}.account-hero-button{margin-top:18px}}@media(max-width:600px){.account-dashboard{padding-top:24px}.account-dashboard-heading{display:block}.account-demo-pill{margin-top:5px}.account-dashboard-panel{grid-template-columns:1fr}.account-code-placeholder{align-items:flex-start;flex-direction:column}.account-code-placeholder span{text-align:left}.account-email-controls .button{width:100%}}
.account-delete-panel{border-color:#e7c8c5}.account-delete-panel .account-panel-icon{background:#f5d7d3}.account-delete-button{--fill-base:var(--ink);--fill-text:#fff;background-image:linear-gradient(#d83e32,#d83e32)!important;border:1px solid var(--ink)!important}.account-delete-button:is(:hover,:active){background-image:linear-gradient(#d83e32,#d83e32)!important;color:#fff!important;border-color:#d83e32!important}.account-delete-button.is-armed{border-color:#d83e32!important}.account-delete-button.is-deleting{background-image:linear-gradient(#d83e32,#d83e32)!important;background-size:100% 100%!important;color:#fff!important;border-color:#d83e32!important;transition:background-size 1.2s ease!important}.account-delete-button:disabled{opacity:1;cursor:default}
.account-delete-button:not(.is-deleting):is(:hover,:active){background-size:0% 100%!important;color:#fff!important;border-color:var(--ink)!important}.account-delete-button.is-armed:not(.is-deleting){border-color:#d83e32!important}
/* Reference pages */
.framework{padding-top:52px;padding-bottom:110px}.framework-hero{max-width:900px;padding:28px 0 58px}.framework-hero h1{font-size:clamp(72px,10vw,146px);line-height:.82;margin:24px 0 30px}.framework-hero h1 em,.charter-heading em{font-style:normal;color:#7f9f3b}.framework-hero>p:last-child{max-width:610px;font-size:clamp(18px,2vw,24px);line-height:1.45}.framework-nav{display:flex;flex-wrap:wrap;gap:8px;padding:18px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}.framework-nav a{padding:12px 16px;border:1px solid var(--line);border-radius:99px;text-decoration:none;font-weight:700;font-size:12px}.framework-nav a:hover,.framework-nav a:focus-visible,body[data-page=conditions] .framework-nav a[href="conditions.html"],body[data-page=confidentialite] .framework-nav a[href="confidentialite.html"],body[data-page=charte] .framework-nav a[href="charte.html"]{background:var(--ink);border-color:var(--ink);color:#fff}.framework-note{margin:30px 0 65px;padding:25px 30px;background:#e8f7ce;border-left:5px solid var(--lime)}.framework-note strong{font-size:15px}.framework-note p{max-width:850px;line-height:1.65;margin:8px 0 0}.framework-layout{display:grid;grid-template-columns:230px minmax(0,760px);gap:clamp(40px,8vw,130px);align-items:start}.framework-toc{position:sticky;top:25px;display:grid;gap:15px}.framework-toc span{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.framework-toc a{color:var(--muted);text-decoration:none}.framework-toc a:hover,.framework-toc a:focus-visible{color:var(--ink);text-decoration:underline}.framework-prose section{padding:0 0 45px;margin-bottom:48px;border-bottom:1px solid var(--line);scroll-margin-top:30px}.framework-prose section>span{font-size:11px;font-weight:700;letter-spacing:.1em}.framework-prose h2{font-size:clamp(39px,4vw,58px);line-height:1;max-width:650px;margin:18px 0 24px}.framework-prose p{font-size:16px;line-height:1.8;color:#44473e;max-width:710px}.framework-prose a,.charter-response a,.signup-privacy a{text-decoration:underline;text-underline-offset:3px;font-weight:700;color:var(--ink)}.signup-privacy{font-size:12px;line-height:1.5;margin:-10px 0 22px}.charter{padding-bottom:110px}.charter-hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;padding:80px 0 100px}.charter-hero .wrap{position:relative;z-index:1}.charter-hero .eyebrow{color:var(--lime)}.charter-hero h1{font-size:clamp(82px,13vw,190px);line-height:.77;letter-spacing:-.035em;margin:42px 0 38px}.charter-hero h1 em{color:var(--lime);font-style:normal}.charter-hero p:not(.eyebrow){max-width:530px;font-size:21px;line-height:1.5;color:#d2d5cb;margin-bottom:35px}.charter-hero .button{background:var(--lime);color:var(--ink)}.charter-mark{position:absolute;width:48vw;height:48vw;right:-15vw;top:10px;color:#343b30;stroke:none;fill:currentColor}.charter-principles{padding-top:60px}.charter-heading h2{font-size:clamp(60px,8vw,112px);line-height:.88;margin:18px 0 50px}.charter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.charter-card{background:#fff;border:1px solid var(--line);min-height:270px;padding:clamp(25px,3vw,40px);display:flex;flex-direction:column}.charter-card:nth-child(1),.charter-card:nth-child(8){background:var(--lime);border-color:var(--lime)}.charter-number{font-family:'Barlow Condensed',Impact,sans-serif;font-size:46px;line-height:1}.charter-card h2{font-size:clamp(35px,4vw,55px);line-height:.98;margin:32px 0 15px}.charter-card p{font-size:15px;line-height:1.65;max-width:470px;margin:auto 0 0}.charter-response{display:grid;grid-template-columns:1fr 1fr;gap:50px;background:var(--ink);color:#fff;padding:clamp(30px,5vw,65px);margin-top:75px}.charter-response .eyebrow{color:var(--lime)}.charter-response h2{font-size:clamp(55px,6vw,85px);line-height:.9;margin:20px 0}.charter-response p:not(.eyebrow){font-size:16px;line-height:1.75;color:#d8ddd2}.charter-response a{color:var(--lime)}
@media(max-width:750px){.framework{padding-top:25px}.framework-hero{padding-bottom:35px}.framework-layout{display:block}.framework-toc{position:static;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:50px}.framework-toc span{width:100%}.framework-toc a{font-size:12px;padding:8px 10px;border:1px solid var(--line);border-radius:4px}.framework-note{margin-bottom:48px}.charter-hero{padding:50px 0 70px}.charter-hero h1{font-size:clamp(67px,13vw,105px)}.charter-mark{width:100vw;height:100vw;right:-50vw;top:15vw}.charter-grid,.charter-response{grid-template-columns:1fr}.charter-card{min-height:230px}.charter-response{gap:0}}
@media(max-width:420px){.framework-nav a{width:100%;text-align:center}.framework-hero h1{font-size:70px}.charter-hero h1{font-size:64px}.charter-hero p:not(.eyebrow){font-size:17px}}
/* Reference page corrections: Kinq acid highlight and independent pages. */
.framework-hero h1 .framework-highlight,.charter-hero h1 .framework-highlight,.charter-heading h2 .framework-highlight,.charter-response h2 .framework-highlight{display:inline;color:var(--ink);background:var(--lime);box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:0 .065em;font-style:normal}
.charter-hero .button{--fill-base:var(--lime);--fill-text:var(--ink);background-image:linear-gradient(var(--lime),var(--lime));background-size:100% 100%;border:1px solid var(--lime);color:var(--ink)}
.charter-hero .button:hover,.charter-hero .button:focus-visible{color:var(--ink);border-color:#fff;background-image:linear-gradient(#fff,#fff)}
.charter-hero .button svg{color:currentColor}
.charter-heading h2 .framework-highlight{line-height:1.12}
/* Match the established title highlight: a backdrop behind the letters. */
.framework-hero h1,.charter-hero h1,.charter-heading h2,.charter-response h2{line-height:1.08}
.charter-hero h1{font-size:clamp(68px,9vw,140px);max-width:1100px}
.framework-hero h1 .framework-highlight,.charter-hero h1 .framework-highlight,.charter-heading h2 .framework-highlight,.charter-response h2 .framework-highlight{display:inline-block;position:relative;z-index:0;white-space:normal;color:var(--ink);background:none;padding:0 .04em;line-height:1.08}
.framework-hero h1 .framework-highlight::before,.charter-hero h1 .framework-highlight::before,.charter-heading h2 .framework-highlight::before,.charter-response h2 .framework-highlight::before{content:'';position:absolute;inset:13% 0 5%;z-index:-1;background:var(--lime);transform:rotate(-1.6deg)}
.charter-heading h2 .framework-highlight{line-height:1.08}
@media(max-width:750px){.charter-hero h1{font-size:clamp(56px,10vw,85px)}}
@media(max-width:420px){.charter-hero h1{font-size:clamp(52px,14vw,64px)}.framework-hero h1{font-size:clamp(56px,14vw,70px)}}
.charter-inclusion{margin-top:70px;padding:clamp(30px,5vw,70px);background:#e9f8d0}.charter-inclusion>header{max-width:820px}.charter-inclusion h2{font-size:clamp(60px,8vw,105px);line-height:1.08;margin:16px 0 25px}.charter-inclusion h2 .framework-highlight{display:inline-block;position:relative;z-index:0;line-height:1.08;color:var(--ink)}.charter-inclusion h2 .framework-highlight:before{content:'';position:absolute;inset:13% 0 5%;z-index:-1;background:var(--lime);transform:rotate(-1.6deg)}.charter-inclusion>header>p:not(.eyebrow){font-size:17px;line-height:1.65;max-width:670px}.charter-inclusion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:42px}.charter-inclusion-grid article{background:#fff;padding:clamp(24px,3vw,36px);min-height:280px;border-top:5px solid var(--ink)}.charter-inclusion-grid article>span{font-size:10px;letter-spacing:.12em;font-weight:800}.charter-inclusion-grid h3{font-family:'Barlow Condensed',Impact,sans-serif;font-size:clamp(35px,3vw,48px);line-height:1;margin:28px 0 18px}.charter-inclusion-grid p{font-size:14px;line-height:1.65;margin:0}@media(max-width:850px){.charter-inclusion-grid{grid-template-columns:1fr}.charter-inclusion-grid article{min-height:0}.charter-inclusion{margin-top:45px}.charter-inclusion h2{font-size:clamp(52px,10vw,80px)}}

/* Lexique kinky */
.lex-hero{background:var(--ink);color:#fff;overflow:hidden}.lex-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;min-height:570px;gap:30px}.lex-hero .eyebrow{color:var(--lime)}.lex-hero h1,.lex-heading h2,.lex-outro h2{font-family:'Barlow Condensed',Impact,sans-serif;font-weight:800;letter-spacing:-.035em;line-height:.92}.lex-hero h1{font-size:clamp(88px,11vw,170px);margin:26px 0}.lex-hero h1 em,.lex-outro h2 em{font-style:normal;color:var(--lime)}.lex-hero-inner>div:first-child>p:not(.eyebrow){max-width:480px;font-size:16px;line-height:1.7;margin-bottom:30px}.lex-hero-art{position:relative;min-height:460px;display:grid;place-items:center;color:var(--lime)}.lex-hero-art svg{width:min(100%,480px);height:480px;transform:rotate(-12deg)}.lex-hero-art span{position:absolute;color:var(--ink);font:800 230px/.8 'Barlow Condensed',Impact,sans-serif;transform:rotate(9deg)}.lex-intro{display:grid;grid-template-columns:220px 1fr;gap:40px;padding-block:55px;border-bottom:1px solid var(--line)}.lex-intro .eyebrow{margin-top:8px}.lex-intro>p:last-child{font-size:clamp(19px,2.4vw,28px);line-height:1.45;max-width:960px;margin:0}.lex-section{padding-block:85px 110px}.lex-heading{display:flex;justify-content:space-between;align-items:end;gap:50px}.lex-heading h2{font-size:clamp(75px,9vw,130px);margin:20px 0 0}.lex-heading h2 span{color:#78816b}.lex-heading>p{max-width:270px;font-size:14px;line-height:1.7}.lex-tools{margin-top:55px}.lex-tools .search-field{max-width:none;border:2px solid var(--ink);border-radius:0}.lex-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.lex-filters button{background:transparent;border:1px solid var(--ink);border-radius:0;padding:10px 17px;font-size:11px;font-weight:800}.lex-filters button.active,.lex-filters button:hover{background:var(--lime)}.lex-count{font-size:11px;font-weight:800;letter-spacing:.12em;margin:35px 0 0}.lex-terms{margin-top:12px;border-top:2px solid var(--ink)}.lex-terms article{display:grid;grid-template-columns:125px minmax(180px,.75fr) 1.5fr;align-items:start;gap:25px;padding:28px 0}.lex-terms article[hidden]{display:none}.lex-terms article>span{font-size:10px;font-weight:800;letter-spacing:.1em;padding-top:9px}.lex-terms h3{font:800 clamp(32px,3vw,46px)/1 'Barlow Condensed',Impact,sans-serif;margin:0}.lex-terms p{font-size:14px;color:var(--ink);line-height:1.7;margin:0;max-width:620px}.lex-section #term-empty{padding:40px 0;font-size:15px}.lex-outro{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:end;background:var(--ink);color:#fff;padding:55px 65px;margin-bottom:80px}.lex-outro .eyebrow{color:var(--lime)}.lex-outro h2{font-size:clamp(65px,7vw,105px);margin:20px 0 0}.lex-outro>div:last-child p{font-size:15px;line-height:1.7;margin:0 0 25px}.lex-outro .button{background:var(--lime);color:var(--ink)}
@media(max-width:760px){.lex-hero-inner{grid-template-columns:1fr;min-height:0;padding-block:55px}.lex-hero h1{font-size:clamp(73px,17vw,115px)}.lex-hero-art{min-height:170px;overflow:hidden}.lex-hero-art svg{height:250px;width:250px}.lex-hero-art span{font-size:125px}.lex-intro{grid-template-columns:1fr;gap:10px;padding-block:35px}.lex-section{padding-block:60px}.lex-heading{display:block}.lex-heading h2{font-size:clamp(70px,14vw,100px)}.lex-heading>p{max-width:100%;margin-top:20px}.lex-tools{margin-top:35px}.lex-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px}.lex-filters button{white-space:nowrap}.lex-terms article{grid-template-columns:1fr;gap:9px;padding:24px 0}.lex-terms article>span{padding:0}.lex-terms p{font-size:13px}.lex-outro{grid-template-columns:1fr;gap:25px;padding:38px 24px;margin-bottom:45px}.lex-outro h2{font-size:clamp(62px,13vw,88px)}}
.charter-card h2{font-size:clamp(31px,3.4vw,50px);line-height:1.05}
.charter-card h2 br{display:block}
@media(max-width:750px){.charter-card h2{font-size:clamp(34px,7vw,48px)}}
@media(max-width:380px){.charter-card h2{font-size:clamp(29px,9vw,34px)}}
.charter-response .charter-contact{--fill-base:var(--lime);--fill-text:var(--ink);display:inline-flex;margin-top:16px;background-image:linear-gradient(var(--lime),var(--lime));background-size:100% 100%;border:1px solid var(--lime);color:var(--ink);text-decoration:none}
.charter-response .charter-contact:hover,.charter-response .charter-contact:focus-visible{background-image:linear-gradient(#fff,#fff);border-color:#fff;color:var(--ink)}
/* Charter heading spacing and button interaction. */
.charter-card h2{letter-spacing:0}
.charter-inclusion h2{letter-spacing:0}
.charter-inclusion h2 .framework-highlight{white-space:nowrap}
.charter-hero .button:is(:hover,:active,:focus-visible),.charter-response .charter-contact:is(:hover,:active,:focus-visible){background-image:linear-gradient(#fff,#fff);background-size:100% 100%;background-color:#fff;border-color:var(--lime);color:var(--ink)}
@media(max-width:600px){.charter-inclusion h2{font-size:clamp(38px,10vw,56px)}.charter-inclusion h2 .framework-highlight{letter-spacing:-1px}}
@media(min-width:751px){.charter-hero h1,.charter-heading h2,.charter-response h2{letter-spacing:0}}
.charter-principles{padding-top:38px}
.charter-heading h2{margin-top:0}
.charter-inclusion-grid h3{letter-spacing:0;line-height:1.08}
/* Lexique : cartes retournables */
.lex-hero-inner{position:relative;display:block;min-height:570px;padding-block:70px}.lex-hero-inner>div:first-child{position:relative;z-index:1;max-width:780px}.lex-hero-art{position:absolute;right:0;top:22px;min-height:0;width:160px;height:160px;display:block}.lex-hero-art svg{width:100%;height:100%;transform:none}.lex-hero .button{background-color:var(--lime)!important;background-image:none!important;color:var(--ink)!important;transform:none!important}.lex-hero .button:hover,.lex-hero .button:focus-visible{background-color:#fff!important;color:var(--ink)!important;transform:none!important}.lex-intro{display:block;padding-block:65px}.lex-intro>p{max-width:950px;margin:0;font-size:clamp(24px,3vw,38px);line-height:1.35;font-weight:650;letter-spacing:-.035em}.lex-heading{display:block}.lex-heading h2{font-size:clamp(62px,7vw,105px);line-height:1.02;letter-spacing:-.02em;margin:0}.lex-heading h2 span{color:var(--ink);position:relative;z-index:0}.lex-heading h2 span:before{content:'';position:absolute;z-index:-1;inset:20% -4px 4%;background:var(--lime);transform:rotate(-1.5deg)}.lex-terms{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;border:0}.lex-terms article{display:block;padding:0;border:0;min-width:0;perspective:1000px}.lex-card{display:block;width:100%;height:260px;padding:0;background:transparent;border:0;text-align:left;perspective:1000px}.lex-card-inner{position:relative;display:block;width:100%;height:100%;transition:transform .55s;transform-style:preserve-3d}.lex-card[aria-pressed="true"] .lex-card-inner{transform:rotateY(180deg)}.lex-card-front,.lex-card-back{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:25px;backface-visibility:hidden;border:1px solid var(--ink);border-radius:7px}.lex-card-front{background:var(--lime)}.lex-terms article:nth-child(3n+2) .lex-card-front{background:#e9ebe2}.lex-terms article:nth-child(3n) .lex-card-front{background:var(--ink);color:#fff}.lex-card-front strong{font:800 clamp(40px,3.3vw,58px)/.98 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.02em;overflow-wrap:anywhere}.lex-card-front svg{align-self:flex-end;width:24px;height:24px}.lex-card-back{background:#fff;transform:rotateY(180deg);gap:12px}.lex-card-back strong{font:800 31px/1 'Barlow Condensed',Impact,sans-serif}.lex-card-back>span{font-size:13px;line-height:1.55;overflow:auto}.lex-card-back small{font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:space-between}.lex-card-back small svg{width:17px;height:17px}.lex-card:focus-visible{outline:3px solid var(--ink);outline-offset:4px}.lex-terms article[hidden]{display:none}
@media(max-width:1050px){.lex-terms{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.lex-hero-inner{min-height:0;padding-block:115px 55px}.lex-hero-art{right:0;top:18px;width:86px;height:86px;min-height:0;overflow:visible}.lex-hero-art svg{width:100%;height:100%}.lex-hero h1{font-size:clamp(70px,15vw,100px)}.lex-intro{padding-block:42px}.lex-intro>p{font-size:25px}.lex-heading h2{font-size:clamp(60px,12vw,82px)}.lex-terms{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.lex-card{height:230px}.lex-card-front,.lex-card-back{padding:16px}.lex-card-front strong{font-size:clamp(31px,8vw,46px)}.lex-card-back strong{font-size:26px}.lex-card-back>span{font-size:11px;line-height:1.4}.lex-card-back small{font-size:8px}}
@media(max-width:380px){.lex-terms{grid-template-columns:1fr}.lex-card{height:210px}.lex-card-front strong{font-size:48px}.lex-card-back>span{font-size:13px}}
@media(prefers-reduced-motion:reduce){.lex-card-inner{transition:none}}
/* Lexique : proportions affinées */
.lex-hero-art{width:205px;height:205px}
.lex-terms{grid-template-columns:repeat(3,minmax(0,1fr))}
.lex-terms article,.lex-card,.lex-card-inner{background:transparent!important;background-image:none!important}
.lex-card-front,.lex-card-back{-webkit-backface-visibility:hidden;backface-visibility:hidden}
.lex-card-front strong{overflow-wrap:normal;hyphens:auto}
@media(max-width:1050px){.lex-terms{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.lex-hero-art{width:118px;height:118px}.lex-terms{grid-template-columns:1fr}.lex-card{height:215px}.lex-card-front strong{font-size:clamp(31px,8vw,46px)}}
@media(max-width:380px){.lex-card{height:210px}.lex-card-front strong{font-size:48px}}
/* Lexique : suites Kinq et NO TABOO */
.lex-bridges{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:90px}.lex-bridge{min-width:0;min-height:390px;padding:clamp(28px,4vw,54px);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.lex-bridge .eyebrow{margin-bottom:22px}.lex-bridge h2{font:800 clamp(65px,7vw,105px)/.9 'Barlow Condensed',Impact,sans-serif;letter-spacing:-.03em;margin:0 0 18px}.lex-bridge h2 em{font-style:normal}.lex-bridge p:not(.eyebrow){font-size:14px;line-height:1.6;max-width:360px;margin:0}.lex-bridge-app{background:var(--ink);color:#fff}.lex-bridge-app .eyebrow,.lex-bridge-app h2 em{color:var(--lime)}.lex-bridge-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.lex-bridge-actions .store-button{display:flex;align-items:center;gap:12px;min-height:58px;padding:10px 18px;border:1px solid var(--lime);border-radius:4px;background:var(--lime);color:var(--ink);font-size:17px;font-weight:800;line-height:1;text-align:left}.lex-bridge-actions .store-button:hover,.lex-bridge-actions .store-button:focus-visible{background:#fff;border-color:#fff}.lex-bridge-actions .store-button svg{width:23px;height:23px}.lex-bridge-actions .store-button span{display:grid;gap:4px}.lex-bridge-actions .store-button small{font-size:9px;font-weight:650}.lex-bridge-journal{background:var(--lime);color:var(--ink)}.lex-bridge-journal h2 em{color:#fff}.lex-bridge-journal .button{align-self:flex-start;background:var(--ink);color:#fff;margin-top:32px}.lex-bridge-journal .button:hover{background:#fff;color:var(--ink)}
@media(max-width:850px){.lex-bridges{grid-template-columns:1fr}.lex-bridge{min-height:330px}}
@media(max-width:760px){.lex-bridges{width:calc(100% - 24px);gap:12px;margin-bottom:45px}.lex-bridge{padding:32px 25px;min-height:320px}.lex-bridge h2{font-size:clamp(65px,15vw,90px)}}
/* CTA du lexique : titres lisibles sur leurs aplats */
.lex-bridge h2 span{display:inline;background:none!important;padding:0!important;box-decoration-break:initial!important;-webkit-box-decoration-break:initial!important}
.lex-bridge-app h2 span{color:var(--lime)}
.lex-bridge-journal h2 span{color:var(--ink)}
.lex-bridge-app h2,.lex-bridge-journal h2{max-width:100%;overflow-wrap:normal}
.lex-bridge-journal .button{background-color:var(--ink)!important;background-image:none!important;color:#fff!important}
.lex-bridge-journal .button:hover,.lex-bridge-journal .button:focus-visible{background-color:#fff!important;color:var(--ink)!important}
/* Pont éditorial : photo réelle et remplissage progressif du bouton */
.lex-bridges{display:block}
.lex-bridge-journal{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:clamp(24px,4vw,70px);align-items:stretch;min-height:450px;padding:0;background:var(--lime)}
.lex-bridge-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(30px,5vw,70px);min-width:0}
.lex-bridge-journal h2{font-size:clamp(75px,8vw,125px);line-height:.9;margin:0 0 25px}
.lex-bridge-journal .button{--fill-base:var(--ink);--fill-text:#fff;--fill-color:var(--lime);align-self:flex-start;margin-top:36px;border:2px solid var(--ink)!important;background-color:var(--ink)!important;background-image:linear-gradient(var(--lime),var(--lime))!important;background-size:0% 100%!important;background-position:left center!important;background-repeat:no-repeat!important;color:#fff!important;transition:background-size .34s cubic-bezier(.22,.61,.36,1),color .25s!important}
.lex-bridge-journal .button:is(:hover,:active,:focus-visible){background-color:var(--ink)!important;background-image:linear-gradient(var(--lime),var(--lime))!important;background-size:100% 100%!important;color:var(--ink)!important}
.lex-bridge-photo{position:relative;margin:0;min-width:0;min-height:450px;background:var(--ink)}
.lex-bridge-photo img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 30%}
.lex-bridge-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:30px 18px 15px;color:#fff;background:linear-gradient(transparent,#000a);font-size:10px;letter-spacing:.03em}
.lex-bridge-photo figcaption a{text-decoration:underline;text-underline-offset:2px}
@media(max-width:850px){.lex-bridge-journal{grid-template-columns:1fr;gap:0}.lex-bridge-copy{padding:40px 32px}.lex-bridge-photo{min-height:390px}.lex-bridge-journal h2{font-size:clamp(70px,14vw,100px)}}
@media(max-width:760px){.lex-bridge-copy{padding:35px 25px}.lex-bridge-photo{min-height:340px}.lex-bridge-journal .button{margin-top:28px}}
/* Centre d'aide */
.account-help-link{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:28px 0 12px;padding:19px 23px;border:1px solid var(--line);font-size:13px;font-weight:700}.account-help-link a{display:inline-flex;align-items:center;gap:8px;text-decoration:underline;text-underline-offset:4px}.account-help-link svg{width:17px;height:17px}@media(max-width:600px){.account-help-link{display:block}.account-help-link a{margin-top:10px}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.help-center{padding-bottom:110px}.help-hero{position:relative;overflow:hidden;background:var(--ink);color:var(--paper);padding:clamp(38px,6vw,80px);margin-top:28px;min-height:360px;display:flex;align-items:center}.help-hero>div:first-child{position:relative;z-index:1}.help-hero .eyebrow{color:var(--lime)}.help-hero h1{font-size:clamp(62px,8vw,120px);line-height:.9;margin:0 0 25px}.help-hero h1 span{color:var(--lime);white-space:normal}.help-hero h1 span:before{display:none}.help-hero p:last-child{font-size:clamp(15px,1.5vw,20px);line-height:1.5;max-width:640px;color:#d9ddd2;margin:0}.help-hero-mark{position:absolute;right:-4%;bottom:-38%;opacity:.12;color:var(--lime);transform:rotate(-12deg)}.help-hero-mark svg{width:min(48vw,620px);height:min(48vw,620px);stroke:none;fill:currentColor}.help-status{display:flex;gap:18px;align-items:flex-start;padding:21px 25px;background:#e8f7ce;margin:20px 0 72px;border-left:5px solid var(--lime)}.help-status svg{width:24px;height:24px}.help-status p{font-size:13px;line-height:1.65;margin:0;max-width:970px}.help-heading .eyebrow{margin-bottom:12px}.help-heading h2{font-size:clamp(46px,6vw,75px);line-height:.98;margin-bottom:18px}.help-heading>p:last-child{color:var(--muted);line-height:1.6;margin:0 0 25px}.help-start{margin-bottom:88px}.help-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.help-shortcuts a{display:flex;flex-direction:column;min-height:215px;padding:25px;border:1px solid var(--line);background:#fff;transition:background-color .15s,border-color .15s}.help-shortcuts a:hover,.help-shortcuts a:focus-visible{background:var(--lime);border-color:var(--ink)}.help-shortcuts a svg{width:26px;height:26px;margin-bottom:auto}.help-shortcuts strong{font:700 28px/1 'Barlow Condensed',Impact,sans-serif;margin:25px 0 9px}.help-shortcuts span{font-size:12px;line-height:1.55;color:#4b5046}.help-library{border-top:1px solid var(--ink);padding-top:55px}.help-search{display:flex;align-items:center;gap:16px;max-width:760px;background:#fff;border:1px solid var(--ink);padding:0 20px;min-height:62px}.help-search:focus-within{outline:3px solid var(--lime);outline-offset:2px}.help-search svg{width:23px;height:23px}.help-search input{border:0;outline:0;background:none;min-width:0;width:100%;height:60px;font:inherit;font-size:16px;color:var(--ink)}.help-filters{display:flex;gap:8px;flex-wrap:wrap;margin:19px 0 14px}.help-filters button{padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px;font-weight:700}.help-filters button.is-active{background:var(--ink);border-color:var(--ink);color:#fff}.help-filters button:hover,.help-filters button:focus-visible{border-color:var(--ink)}.help-result-count{font-size:11px;color:var(--muted);margin:0 0 35px}.help-group{display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,2.5fr);gap:45px;padding:38px 0 52px;border-top:1px solid var(--line);scroll-margin-top:45px}.help-group-head span{font-size:10px;font-weight:700;letter-spacing:1.5px}.help-group-head h3{font-size:clamp(34px,3.5vw,52px);line-height:1;margin:17px 0 0}.help-questions{min-width:0}.help-questions details{border-bottom:1px solid var(--line);scroll-margin-top:45px}.help-questions details:first-child{border-top:1px solid var(--line)}.help-questions summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 4px;cursor:pointer;font-size:16px;font-weight:700;line-height:1.4}.help-questions summary::-webkit-details-marker{display:none}.help-questions summary:after{content:'+';width:24px;flex-shrink:0;text-align:center;font:400 27px/1 'DM Sans',sans-serif}.help-questions details[open] summary:after{content:'−'}.help-questions summary:hover{text-decoration:underline;text-underline-offset:4px}.help-answer{padding:0 40px 23px 4px}.help-answer p{color:#43483e;font-size:14px;line-height:1.75;margin:0}.help-answer a{font-weight:700;text-decoration:underline;text-underline-offset:3px}.help-empty{padding:35px;background:#fff;border:1px solid var(--line);font-size:15px}.help-more{display:grid;grid-template-columns:1.3fr 1fr;gap:35px 70px;margin-top:45px;padding:clamp(30px,5vw,65px);background:var(--lime)}.help-more h2{font-size:clamp(48px,5vw,72px);line-height:.96;margin:0 0 20px}.help-more p:not(.eyebrow){font-size:14px;line-height:1.7;max-width:580px}.help-more-links{display:flex;flex-direction:column;justify-content:center}.help-more-links a{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:17px 0;border-bottom:1px solid #17191670;font-weight:700}.help-more-links a:first-child{border-top:1px solid #17191670}.help-more-links a:hover{text-decoration:underline;text-underline-offset:4px}.help-more-links svg{width:18px;height:18px}.help-more .help-more-note{grid-column:1/-1;margin:0;padding-top:18px;border-top:1px solid #17191670;font-size:12px!important}
@media(max-width:900px){.help-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.help-group{grid-template-columns:1fr;gap:23px}.help-more{grid-template-columns:1fr}}
@media(max-width:600px){.help-center{padding-bottom:60px}.help-hero{margin-top:10px;padding:42px 25px;min-height:0}.help-hero h1{font-size:clamp(50px,13vw,75px)}.help-hero-mark{right:-25%;bottom:-30%}.help-hero-mark svg{width:310px;height:310px}.help-status{margin:14px 0 55px;padding:18px;gap:10px}.help-status p{font-size:12px}.help-start{margin-bottom:58px}.help-shortcuts{gap:8px;margin-top:23px}.help-shortcuts a{min-height:188px;padding:17px}.help-shortcuts strong{font-size:24px}.help-shortcuts span{font-size:11px}.help-library{padding-top:42px}.help-search{min-height:54px;padding-inline:14px}.help-search input{height:52px;font-size:14px}.help-filters{flex-wrap:nowrap;overflow-x:auto;margin-inline:0;padding:0 0 8px;scrollbar-width:thin}.help-filters button{white-space:nowrap;flex-shrink:0}.help-group{padding:30px 0 42px}.help-group-head h3{font-size:39px;margin-top:10px}.help-questions summary{font-size:14px;padding:18px 2px}.help-answer{padding-right:12px}.help-answer p{font-size:13px}.help-more{margin-top:20px;padding:29px 23px;gap:18px}.help-more h2{font-size:50px}}
@media(max-width:360px){.help-shortcuts{grid-template-columns:1fr}.help-shortcuts a{min-height:135px}.help-shortcuts strong{margin-top:15px}}
/* Centre d'aide: reading order and link motion */
.help-start{margin:60px 0 72px;padding-top:55px;border-top:1px solid var(--ink)}
.help-questions summary,.help-questions summary:hover,.help-questions summary:focus-visible{text-decoration:none!important}
.help-questions details.is-animating{transition:height .33s cubic-bezier(.22,1,.36,1)}
.help-questions details.is-animating .help-answer{transition:opacity .27s ease-out,transform .27s ease-out}
.help-more-links a,.help-more-links a:hover,.help-more-links a:focus-visible{text-decoration:none!important}
.help-more-links a .ink-line{height:1.5px}
@media(max-width:600px){.help-start{margin:45px 0 55px;padding-top:42px}}
.help-questions summary::after{content:'+'!important;transform:rotate(0);transition:transform .3s cubic-bezier(.22,1,.36,1)}
.help-questions details[data-help-expanded="true"] summary::after,.help-questions details[open]:not([data-help-expanded="false"]) summary::after{transform:rotate(45deg)}

/* Events agenda */
.events-intro{padding-bottom:56px}
.events-intro>p:last-child{max-width:620px}
.events-section{padding:34px 0 110px}
.events-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:34px}
.events-heading h2,.events-about h2{font-size:clamp(48px,5.6vw,78px);margin:0}
.events-heading h2 em,.events-about h2 em{font-style:normal;background:transparent;padding:0}
.events-heading h2 em{color:#737a6a}
.events-heading>p{max-width:345px;line-height:1.65;color:var(--muted);margin:0 0 5px}
.events-controls{display:flex;gap:9px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:20px}
.events-controls button{padding:11px 17px;border:1px solid var(--line);border-radius:100px;background:transparent;font-weight:700;font-size:12px}
.events-controls button:hover,.events-controls button.active{background:var(--ink);border-color:var(--ink);color:#fff}
.events-controls button:focus-visible,.event-card a:focus-visible{outline:2px solid var(--ink);outline-offset:3px}
.events-list{display:grid;gap:12px}
.event-card{display:grid;grid-template-columns:110px 1fr;gap:30px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:30px;align-items:start}
.event-card[hidden]{display:none}
.event-date{background:var(--lime);min-height:110px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:5px;font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif}
.event-date strong{font-size:68px;line-height:.8}.event-date span{font-family:'DM Sans',Arial,sans-serif;font-size:11px;font-weight:800;letter-spacing:1.6px;margin-top:9px}
.event-meta{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:13px}.event-meta span{font-size:10px;font-weight:800;letter-spacing:1.1px;text-transform:uppercase}.event-meta span+span:before{content:'·';margin-right:9px}
.event-main h2{font-size:clamp(36px,4vw,52px);margin:0 0 12px}
.event-when{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;margin:0 0 15px}.event-when svg{width:17px;height:17px}
.event-summary{color:var(--muted);line-height:1.6;font-size:14px;margin:0 0 21px}
.event-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:18px}.event-bottom>span{color:var(--muted);font-size:11px}.event-bottom .underlink{font-weight:700}.event-bottom svg{width:15px;height:15px}
.events-empty{padding:40px 25px;border:1px solid var(--line);border-radius:8px;background:#fff}
.events-disclaimer{color:var(--muted);font-size:12px;line-height:1.6;margin:22px 0 0}
.events-about{background:var(--lime);color:var(--ink);padding:clamp(82px,9vw,130px) 0;border-top:1px solid var(--ink)}.events-about-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:start}.events-about h2{font-size:clamp(75px,8vw,120px);line-height:.84;letter-spacing:-.035em;max-width:760px}.events-about h2 em{color:inherit;text-decoration:underline;text-decoration-thickness:5px;text-underline-offset:10px}.events-about-copy{max-width:560px}.events-about-copy p{font-size:17px;line-height:1.65;margin:0}.events-about-copy p:first-child{font-weight:700;font-size:21px;line-height:1.5;margin-bottom:22px}
@media(max-width:700px){.events-intro{padding-bottom:28px}.events-section{padding-top:28px;padding-bottom:68px}.events-heading{display:block}.events-heading>p{margin-top:20px}.event-card{grid-template-columns:64px 1fr;gap:15px;padding:16px}.event-date{min-height:75px}.event-date strong{font-size:45px}.event-date span{font-size:9px;margin-top:6px}.event-main h2{font-size:38px}.event-bottom{align-items:start}.events-about{padding:73px 0 84px}.events-about-inner{grid-template-columns:1fr;gap:24px}.events-about h2{font-size:clamp(67px,13vw,90px)}.events-about-copy p{font-size:15px}.events-about-copy p:first-child{font-size:18px}}

/* Events hero, monthly agenda and organizer proposal */
.events-hero{position:relative;isolation:isolate;background:var(--ink);color:var(--paper);overflow:hidden}
.events-hero-inner{position:relative;z-index:1;display:flex;align-items:stretch;min-height:590px}
.events-hero-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:min(600px,54%);padding:72px 0}
.events-hero-copy .eyebrow{color:var(--lime);margin-bottom:20px}
.events-hero h1{font-size:clamp(62px,6vw,96px);margin:0 0 26px}
.events-hero h1 span{white-space:normal;color:var(--ink)}
.events-hero h1 span:before{display:block}
.events-hero-copy>p:not(.eyebrow){max-width:550px;color:#d6d9d0;font-size:17px;line-height:1.7;margin-bottom:28px}
.events-hero-copy .underlink{font-weight:800;font-size:13px;color:var(--paper)}.events-hero-copy .underlink svg{width:18px;height:18px;transform:rotate(90deg)}
.events-hero-photo{position:absolute;z-index:0;inset:0 0 0 40%;margin:0;overflow:hidden;background:#272c25}
.events-hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:52% 48%}
.events-hero-photo:before{content:'';position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(90deg,var(--ink) 0%,#171916ed 12%,#1719169c 28%,transparent 51%),linear-gradient(0deg,#000b 0%,transparent 25%)}
.events-hero-photo figcaption{position:absolute;z-index:2;bottom:18px;right:clamp(20px,5vw,72px);color:#fff;font-size:10px;line-height:1.5;text-align:right;text-shadow:0 1px 3px #000}
.events-hero-photo figcaption a{text-decoration:underline;text-underline-offset:2px}
body[data-page=events] .events-section{padding-top:48px}
body[data-page=events] .events-heading{align-items:end;margin-bottom:29px}
body[data-page=events] .events-heading h2{font-size:clamp(54px,5.8vw,82px)}
.events-organizer{display:flex;justify-content:flex-end;margin:-1px 0 27px}
.events-organizer .underlink{font-size:13px;font-weight:800}.events-organizer .underlink svg{width:17px;height:17px}
.events-calendar-shell{display:grid;grid-template-columns:minmax(0,370px) 1fr;gap:55px;align-items:center;background:#e8ebdf;border:1px solid #dce0d3;border-radius:10px;padding:28px;margin:0 0 31px}
.events-calendar{padding:18px;background:#fff;border:1px solid var(--line);border-radius:7px}
.events-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}
.events-calendar-head h3{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:29px;letter-spacing:-.5px;text-transform:capitalize;margin:0;text-align:center}
.events-month-arrow{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#f2f3ed;border:1px solid var(--line)}
.events-month-arrow:hover:not(:disabled){background:var(--lime)}.events-month-arrow:disabled{opacity:.35;cursor:not-allowed}
.events-month-arrow svg{width:15px;height:15px}.events-month-prev svg{transform:rotate(180deg)}
.events-weekdays,.events-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;text-align:center}
.events-weekdays{margin-bottom:5px}.events-weekdays span{font-size:10px;font-weight:800;color:var(--muted);padding:7px 0}
.events-calendar-day{width:100%;aspect-ratio:1;border-radius:4px;background:transparent;font-weight:700;font-size:12px}
.events-calendar-day:hover:not(:disabled){background:#dfe5d4}.events-calendar-day.has-events{background:var(--lime)}
.events-calendar-day.selected{box-shadow:inset 0 0 0 2px var(--ink)}.events-calendar-day:disabled{color:#aaa;cursor:default}
.events-calendar-day:focus-visible,.events-month-arrow:focus-visible,.events-organizer button:focus-visible{outline:2px solid var(--ink);outline-offset:2px}
.events-calendar-copy h3{font-size:clamp(38px,4vw,56px);margin:0 0 16px}.events-calendar-copy>p:not(.eyebrow){max-width:470px;color:var(--muted);line-height:1.7;font-size:15px}
.events-calendar-copy #events-day-selection{display:inline-block;background:var(--ink);color:#fff;border-radius:4px;padding:10px 13px;font-size:12px;font-weight:800;line-height:1.3;margin:9px 0 14px}
.events-calendar-copy .underlink{display:flex;font-weight:800}.events-calendar-copy .underlink svg{width:16px;height:16px}
.events-proposal-dialog{width:min(600px,calc(100% - 24px));max-width:none;max-height:min(90vh,900px);padding:0;border:0;border-radius:10px;background:var(--paper);color:var(--ink);box-shadow:0 26px 80px #0005;overflow:auto}
.events-proposal-dialog::backdrop{background:#111b}.events-proposal-dialog [hidden]{display:none!important}
.events-proposal-content{padding:clamp(26px,4vw,45px)}.events-proposal-content h2{font-size:clamp(44px,5vw,64px);margin:0 45px 16px 0}
.events-proposal-content>p:not(.eyebrow){max-width:480px;line-height:1.6;color:var(--muted);margin-bottom:25px}
.events-proposal-close{position:absolute;right:20px;top:20px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#e3e5dc}.events-proposal-close svg{width:18px;height:18px}
.events-proposal-dialog form{display:grid;gap:16px}.events-proposal-dialog form label{display:grid;gap:7px;font-weight:800;font-size:12px}
.events-proposal-dialog input{width:100%;min-height:45px;border:1px solid #c7cabf;border-radius:4px;background:#fff;padding:10px 12px;font:inherit;font-size:14px}
.events-proposal-dialog input:focus-visible{outline:2px solid var(--ink);outline-offset:1px}.events-form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.events-proposal-dialog form .button{justify-content:center;max-width:310px}.events-form-status{color:#9a2323;font-size:12px;line-height:1.4;margin:0}
.events-proposal-dialog .events-prototype-note{font-size:11px;line-height:1.5;color:var(--muted);margin:0}
.events-proposal-success h3{font-size:42px;margin:0 0 15px}.events-proposal-success p{line-height:1.65;color:var(--muted);margin-bottom:24px}
@media(max-width:900px){.events-hero-inner{min-height:520px}.events-hero-copy{width:min(520px,60%)}.events-hero h1{font-size:clamp(54px,6.2vw,72px)}.events-hero-photo{left:34%}.events-calendar-shell{gap:25px}}
@media(max-width:700px){.events-hero-inner{min-height:0}.events-hero-copy{width:100%;padding:43px 0 330px}.events-hero h1{font-size:clamp(56px,10vw,75px)}.events-hero-copy>p:not(.eyebrow){font-size:15px}.events-hero-photo{inset:auto 0 0;height:350px}.events-hero-photo img{object-position:50% 42%}.events-hero-photo:before{background:linear-gradient(180deg,var(--ink) 0%,#171916b8 13%,transparent 40%),linear-gradient(0deg,#000b 0%,transparent 32%)}.events-hero-photo figcaption{font-size:9px;right:18px;bottom:13px}.events-section{padding-top:28px!important}.events-heading{display:block}.events-heading>p{max-width:540px;margin-top:17px}.events-organizer{justify-content:flex-start}.events-calendar-shell{grid-template-columns:1fr;gap:23px;padding:16px}.events-calendar-copy{order:-1}.events-calendar-copy h3{font-size:42px}.events-calendar-copy>p:not(.eyebrow){font-size:13px}.events-form-row{grid-template-columns:1fr}}
